Module blight.actions
Actions supported by blight.
Expand source code
"""
Actions supported by blight.
"""
from .benchmark import Benchmark # noqa: F401
from .cc_for_cxx import CCForCXX # noqa: F401
from .embed_bitcode import EmbedBitcode # noqa: F401
from .find_inputs import FindInputs # noqa: F401
from .find_outputs import FindOutputs # noqa: F401
from .ignore_flags import IgnoreFlags # noqa: F401
from .ignore_flto import IgnoreFlto # noqa: F401
from .ignore_werror import IgnoreWerror # noqa: F401
from .inject_flags import InjectFlags # noqa: F401
from .record import Record # noqa: F401
from .skip_strip import SkipStrip # noqa: F401
Sub-modules
blight.actions.benchmark
-
The
Benchmark
action. blight.actions.cc_for_cxx
-
The
CCForCXX
action. blight.actions.embed_bitcode
-
The
EmbedBitcode
action. blight.actions.find_inputs
-
The
FindInputs
action. blight.actions.find_outputs
-
The
FindOutputs
action. blight.actions.ignore_flags
-
The
IgnoreFlags
action. blight.actions.ignore_flto
-
The
IgnoreFlto
action. blight.actions.ignore_werror
-
The
IgnoreWerror
action. blight.actions.inject_flags
-
The
InjectFlags
action. blight.actions.record
-
The
Record
action. blight.actions.skip_strip
-
The
SkipStrip
action.