Home
last modified time | relevance | path

Searched refs:build_invocation (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/compiler-rt/test/profile/
Dlit.cfg.py45 def build_invocation(compile_flags, with_lto = False): function
54 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
55 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
56 config.substitutions.append( ("%clang_profgen ", build_invocation(clang_cflags) + " -fprofile-instr…
57 config.substitutions.append( ("%clang_profgen=", build_invocation(clang_cflags) + " -fprofile-instr…
58 config.substitutions.append( ("%clang_pgogen ", build_invocation(clang_cflags) + " -fprofile-genera…
59 config.substitutions.append( ("%clang_pgogen=", build_invocation(clang_cflags) + " -fprofile-genera…
61 config.substitutions.append( ("%clangxx_profgen ", build_invocation(clang_cxxflags) + " -fprofile-i…
62 config.substitutions.append( ("%clangxx_profgen=", build_invocation(clang_cxxflags) + " -fprofile-i…
63 config.substitutions.append( ("%clangxx_pgogen ", build_invocation(clang_cxxflags) + " -fprofile-ge…
[all …]
/external/compiler-rt/test/profile/
Dlit.cfg52 def build_invocation(compile_flags):
56 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
57 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
58 config.substitutions.append( ("%clang_profgen ", build_invocation(clang_cflags) + " -fprofile-instr…
59 config.substitutions.append( ("%clang_profgen=", build_invocation(clang_cflags) + " -fprofile-instr…
60 config.substitutions.append( ("%clang_profuse=", build_invocation(clang_cflags) + " -fprofile-instr…
61 config.substitutions.append( ("%clangxx_profgen ", build_invocation(clang_cxxflags) + " -fprofile-i…
62 config.substitutions.append( ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-i…
63 config.substitutions.append( ("%clang_profgen_gcc=", build_invocation(clang_cflags) + " -fprofile-g…
64 config.substitutions.append( ("%clang_profuse_gcc=", build_invocation(clang_cflags) + " -fprofile-u…
/external/llvm-project/compiler-rt/test/hwasan/
Dlit.cfg.py31 def build_invocation(compile_flags): function
34 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
35 config.substitutions.append( ("%clang_hwasan ", build_invocation(clang_hwasan_cflags)) )
36 config.substitutions.append( ("%clang_hwasan_oldrt ", build_invocation(clang_hwasan_oldrt_cflags)) )
37 config.substitutions.append( ("%clangxx_hwasan ", build_invocation(clang_hwasan_cxxflags)) )
38 config.substitutions.append( ("%clangxx_hwasan_oldrt ", build_invocation(clang_hwasan_oldrt_cxxflag…
/external/llvm-project/compiler-rt/test/memprof/
Dlit.cfg.py64 def build_invocation(compile_flags): function
67 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
68 config.substitutions.append( ("%clangxx ", build_invocation(target_cxxflags)) )
69 config.substitutions.append( ("%clang_memprof ", build_invocation(clang_memprof_cflags)) )
70 config.substitutions.append( ("%clangxx_memprof ", build_invocation(clang_memprof_cxxflags)) )
74 …config.substitutions.append( ("%clang_memprof_static ", build_invocation(clang_memprof_static_cfla…
75 …config.substitutions.append( ("%clangxx_memprof_static ", build_invocation(clang_memprof_static_cx…
/external/llvm-project/compiler-rt/test/xray/
Dlit.cfg.py24 def build_invocation(compile_flags): function
37 ('%clang ', build_invocation([config.target_cflags])))
40 build_invocation(config.cxx_mode_flags + [config.target_cflags])))
42 ('%clang_xray ', build_invocation(clang_xray_cflags)))
44 ('%clangxx_xray', build_invocation(clang_xray_cxxflags)))
/external/llvm-project/compiler-rt/test/gwp_asan/
Dlit.cfg.py26 def build_invocation(compile_flags): function
30 config.substitutions.append(("%clang ", build_invocation(c_flags)))
31 config.substitutions.append(("%clang_gwp_asan ", build_invocation(c_flags + gwp_asan_flags)))
32 config.substitutions.append(("%clangxx_gwp_asan ", build_invocation(cxx_flags + gwp_asan_flags)))
/external/compiler-rt/test/esan/
Dlit.cfg23 def build_invocation(compile_flags):
27 build_invocation(base_cflags)) )
29 build_invocation(frag_cflags)) )
31 build_invocation(wset_cflags)) )
33 build_invocation(unit_cxxflags)) )
/external/llvm-project/compiler-rt/test/asan/
Dlit.cfg.py126 def build_invocation(compile_flags): function
129 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
130 config.substitutions.append( ("%clangxx ", build_invocation(target_cxxflags)) )
131 config.substitutions.append( ("%clang_asan ", build_invocation(clang_asan_cflags)) )
132 config.substitutions.append( ("%clangxx_asan ", build_invocation(clang_asan_cxxflags)) )
144 config.substitutions.append( ("%clang_asan_static ", build_invocation(clang_asan_static_cflags)) )
145 …config.substitutions.append( ("%clangxx_asan_static ", build_invocation(clang_asan_static_cxxflags…
157 clang_cl_invocation = build_invocation(clang_cl_cxxflags)
161 clang_cl_asan_invocation = build_invocation(clang_cl_asan_cxxflags)
/external/llvm-project/compiler-rt/test/msan/
Dlit.cfg.py31 def build_invocation(compile_flags): function
34 config.substitutions.append( ("%clang_msan ", build_invocation(clang_msan_cflags)) )
35 config.substitutions.append( ("%clangxx_msan ", build_invocation(clang_msan_cxxflags)) )
36 config.substitutions.append( ("%clang_kmsan ", build_invocation(clang_kmsan_cflags)) )
/external/llvm-project/compiler-rt/test/lsan/
Dlit.common.cfg.py68 def build_invocation(compile_flags): function
71 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
72 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
73 config.substitutions.append( ("%clang_lsan ", build_invocation(clang_lsan_cflags)) )
74 config.substitutions.append( ("%clangxx_lsan ", build_invocation(clang_lsan_cxxflags)) )
/external/llvm-project/compiler-rt/test/scudo/
Dlit.cfg.py36 def build_invocation(compile_flags): function
40 config.substitutions.append(("%clang ", build_invocation(c_flags)))
41 config.substitutions.append(("%clang_scudo ", build_invocation(c_flags + scudo_flags)))
42 config.substitutions.append(("%clangxx_scudo ", build_invocation(cxx_flags + scudo_flags)))
/external/compiler-rt/test/lsan/
Dlit.common.cfg40 def build_invocation(compile_flags):
43 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
44 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
45 config.substitutions.append( ("%clang_lsan ", build_invocation(clang_lsan_cflags)) )
46 config.substitutions.append( ("%clangxx_lsan ", build_invocation(clang_lsan_cxxflags)) )
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dlit.cfg.py86 def build_invocation(compile_flags): function
90 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
91 config.substitutions.append( ("%clangxx ", build_invocation(target_cxxflags)) )
93 build_invocation(clang_builtins_cflags)))
95 build_invocation(clang_builtins_cxxflags)))
/external/llvm-project/compiler-rt/test/dfsan/
Dlit.cfg.py15 def build_invocation(compile_flags): function
18 config.substitutions.append( ("%clang_dfsan ", build_invocation(clang_dfsan_cflags)) )
19 config.substitutions.append( ("%clangxx_dfsan ", build_invocation(clang_dfsan_cxxflags)) )
/external/llvm-project/compiler-rt/test/ubsan_minimal/
Dlit.common.cfg.py18 def build_invocation(compile_flags): function
26 config.substitutions.append( ("%clang ", build_invocation(clang_ubsan_cflags)) )
27 config.substitutions.append( ("%clangxx ", build_invocation(clang_ubsan_cxxflags)) )
/external/compiler-rt/test/dfsan/
Dlit.cfg15 def build_invocation(compile_flags):
18 config.substitutions.append( ("%clang_dfsan ", build_invocation(clang_dfsan_cflags)) )
19 config.substitutions.append( ("%clangxx_dfsan ", build_invocation(clang_dfsan_cxxflags)) )
/external/compiler-rt/test/msan/
Dlit.cfg23 def build_invocation(compile_flags):
26 config.substitutions.append( ("%clang_msan ", build_invocation(clang_msan_cflags)) )
27 config.substitutions.append( ("%clangxx_msan ", build_invocation(clang_msan_cxxflags)) )
/external/llvm-project/compiler-rt/test/ubsan/
Dlit.common.cfg.py55 def build_invocation(compile_flags): function
63 config.substitutions.append( ("%clang ", build_invocation(clang_ubsan_cflags)) )
64 config.substitutions.append( ("%clangxx ", build_invocation(clang_ubsan_cxxflags)) )
/external/llvm-project/compiler-rt/test/sanitizer_common/
Dlit.common.cfg.py60 def build_invocation(compile_flags): function
63 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
64 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/llvm-project/compiler-rt/test/cfi/
Dlit.cfg.py8 def build_invocation(compile_flags): function
11 clang = build_invocation([config.target_cflags])
12 clangxx = build_invocation([config.target_cflags] + config.cxx_mode_flags)
/external/compiler-rt/test/asan/
Dlit.cfg98 def build_invocation(compile_flags):
101 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
102 config.substitutions.append( ("%clangxx ", build_invocation(target_cxxflags)) )
103 config.substitutions.append( ("%clang_asan ", build_invocation(clang_asan_cflags)) )
104 config.substitutions.append( ("%clangxx_asan ", build_invocation(clang_asan_cxxflags)) )
107 config.substitutions.append( ("%clang_asan_static ", build_invocation(clang_asan_static_cflags)) )
108 …config.substitutions.append( ("%clangxx_asan_static ", build_invocation(clang_asan_static_cxxflags…
119 clang_invocation = build_invocation(clang_cl_asan_cxxflags)
/external/llvm-project/compiler-rt/test/tsan/
Dlit.cfg.py70 def build_invocation(compile_flags): function
73 config.substitutions.append( ("%clang_tsan ", build_invocation(clang_tsan_cflags)) )
74 config.substitutions.append( ("%clangxx_tsan ", build_invocation(clang_tsan_cxxflags)) )
/external/llvm-project/compiler-rt/test/crt/
Dlit.cfg.py56 def build_invocation(compile_flags): function
62 ('%clang ', build_invocation([config.target_cflags])))
65 build_invocation(config.cxx_mode_flags + [config.target_cflags])))
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg41 def build_invocation(compile_flags):
44 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
45 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
/external/compiler-rt/test/scudo/
Dlit.cfg30 def build_invocation(compile_flags):
35 build_invocation(c_flags) + whole_archive) )

12