Searched refs:source_root (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | Test.py | 204 def __init__(self, name, source_root, exec_root, config): argument 206 self.source_root = source_root 214 return os.path.join(self.source_root, *components)
|
| H A D | TestTimes.py | 9 suite.source_root, '.lit_test_times.txt')
|
| H A D | discovery.py | 66 source_root = os.path.realpath(cfg.test_source_root or path) 68 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
|
| H A D | main.py | 156 print(' Source Root: %s' % suite.source_root)
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_header_inclusion_tests.py | 17 script_name, source_root, test_path = get_libcxx_paths() variable
|
| H A D | generate_feature_test_macro_components.py | 22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 1232 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE) 1234 set(source_root "${LLVM_MAIN_SRC_DIR}") variable 1236 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}") 1238 …append_if(SUPPORTS_FDEBUG_PREFIX_MAP "-fdebug-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CM… 1247 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE) 1249 set(source_root "${LLVM_MAIN_SRC_DIR}") variable 1251 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}") 1253 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CMAK…
|