forked from OSchip/llvm-project
[lldb] config.test_exec_root is set by lit.cfg.py
Don't configure `test_exec_root` in lit.site.cfg.py. It always gets overwritten by lit.cfg.py based on `lldb_obj_root`.
This commit is contained in:
parent
1e337b1dd9
commit
683590a203
|
@ -1,6 +1,5 @@
|
|||
@LIT_SITE_CFG_IN_HEADER@
|
||||
|
||||
config.test_exec_root = "@LLDB_BINARY_DIR@"
|
||||
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
||||
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
||||
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@LIT_SITE_CFG_IN_HEADER@
|
||||
|
||||
config.test_exec_root = "@LLDB_BINARY_DIR@"
|
||||
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
||||
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
||||
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@LIT_SITE_CFG_IN_HEADER@
|
||||
|
||||
config.test_exec_root = "@LLDB_BINARY_DIR@"
|
||||
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
||||
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
||||
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
||||
|
|
Loading…
Reference in New Issue