Home
last modified time | relevance | path

Searched refs:AddCompileFlag (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dparams.py77 AddCompileFlag(lambda cfg: getStdFlag(cfg, std)),
84 AddCompileFlag('-fno-exceptions')
91 AddCompileFlag('-fno-rtti')
110 AddCompileFlag('-D_LIBCPP_DEBUG={}'.format(debugLevel))
194 AddCompileFlag('-D_LIBCPP_DISABLE_AVAILABILITY')
H A Dfeatures.py24 actions=[AddCompileFlag('-fcoroutines-ts')]),
28 actions=[AddCompileFlag('-Werror=thread-safety')]),
32 actions=[AddCompileFlag('-Wuser-defined-warnings')]),
53 actions=lambda cfg: [AddCompileFlag('-fmodules-cache-path=%t/ModuleCache')]),
126 AddCompileFlag('-Wno-macro-redefined -D{}'.format(m) + (
H A Ddsl.py332 class AddCompileFlag(ConfigAction): class