Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/asan/
H A Dlit.cfg.py161 clang_cl_invocation = build_invocation(clang_cl_cxxflags) global() variable
162 clang_cl_invocation = clang_cl_invocation.replace("clang.exe", "clang-cl.exe") global() variable