Home
last modified time | relevance | path

Searched defs:target_cflags (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/test/ubsan_minimal/
Dlit.common.cfg.py21 target_cflags = [get_required_attr(config, "target_cflags")] variable
/external/llvm-project/compiler-rt/test/profile/
Dlit.cfg.py41 target_cflags=[get_required_attr(config, "target_cflags")] variable
/external/llvm-project/compiler-rt/test/ubsan/
Dlit.common.cfg.py58 target_cflags = [get_required_attr(config, "target_cflags")] variable
/external/llvm-project/compiler-rt/test/memprof/
Dlit.cfg.py46 target_cflags = [get_required_attr(config, 'target_cflags')] variable
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dlit.cfg.py63 target_cflags = [get_required_attr(config, "target_cflags")] variable
/external/llvm-project/compiler-rt/test/asan/
Dlit.cfg.py91 target_cflags = [get_required_attr(config, "target_cflags")] + extra_link_flags variable
/external/llvm-project/compiler-rt/test/
Dlit.common.cfg.py571 target_cflags = [getattr(config, 'target_cflags', None)] variable