[all-commits] [llvm/llvm-project] 154860: [lldb] Use config.lldb_src_root in lit_config.load...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Sep 29 23:05:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 154860af338f7b0c82cb04e91d6f199aa72cfdff
https://github.com/llvm/llvm-project/commit/154860af338f7b0c82cb04e91d6f199aa72cfdff
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M lldb/test/API/lit.site.cfg.py.in
M lldb/test/Shell/lit.site.cfg.py.in
M lldb/test/Unit/lit.site.cfg.py.in
Log Message:
-----------
[lldb] Use config.lldb_src_root in lit_config.load_config (NFC)
Rather than relaying on CMake to substitute the full path to the lldb
source root, use the value set in config.lldb_src_root. This makes it
slightly easier to write a custom lit.site.cfg.py.
More information about the All-commits
mailing list