Home
last modified time | relevance | path

Searched refs:get_path_from_clang (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py33 def get_path_from_clang(args, allow_failure): function
58 runtime_dir, clang_cmd = get_path_from_clang(['-print-runtime-dir'], allow_failure=True)
74 lib_dir, _ = get_path_from_clang(['-print-file-name=lib'], allow_failure=False)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py33 def get_path_from_clang(args, allow_failure): function
58 runtime_dir, clang_cmd = get_path_from_clang(['-print-runtime-dir'], allow_failure=True)
74 lib_dir, _ = get_path_from_clang(['-print-file-name=lib'], allow_failure=False)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/
H A Dlit.common.cfg.py33 def get_path_from_clang(args, allow_failure): function
58 runtime_dir, clang_cmd = get_path_from_clang(['-print-runtime-dir'], allow_failure=True)
74 lib_dir, _ = get_path_from_clang(['-print-file-name=lib'], allow_failure=False)
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py33 def get_path_from_clang(args, allow_failure): function
58 runtime_dir, clang_cmd = get_path_from_clang(['-print-runtime-dir'], allow_failure=True)
74 lib_dir, _ = get_path_from_clang(['-print-file-name=lib'], allow_failure=False)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/
H A Dlit.common.cfg.py33 def get_path_from_clang(args, allow_failure): function
58 runtime_dir, clang_cmd = get_path_from_clang(shlex.split(config.target_cflags)
76 lib_dir, _ = get_path_from_clang(['-print-file-name=lib'], allow_failure=False)