Home
last modified time | relevance | path

Searched defs:clang_cflags (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/test/profile/
H A Dlit.cfg.py50 clang_cflags = target_cflags + extra_link_flags global() variable
59 clang_cflags = [ global() variable
[all...]
/llvm-project/compiler-rt/test/lsan/
H A Dlit.common.cfg.py71 clang_cflags = ["-O0", config.target_cflags] + config.debug_info_flags variable
73 clang_cflags = clang_cflags + ["-fno-emulated-tls"] variable
/llvm-project/compiler-rt/test/hwasan/
H A Dlit.cfg.py12 clang_cflags = [config.target_cflags] + config.debug_info_flags global() variable
/llvm-project/compiler-rt/test/sanitizer_common/
H A Dlit.common.cfg.py71 clang_cflags = config.debug_info_flags + tool_cflags + [config.target_cflags] global() variable