[lldb] Use config.lldb_src_root in lit_config.load_config (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Sep 2020 06:00:18 +0000 (23:00 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 30 Sep 2020 06:05:12 +0000 (23:05 -0700)
commit154860af338f7b0c82cb04e91d6f199aa72cfdff
tree7f330659829070b48f43401817563149bc124d42
parent4e4f926e83cf77f0d36b821a3d2aa1de78338a82
[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.
lldb/test/API/lit.site.cfg.py.in
lldb/test/Shell/lit.site.cfg.py.in
lldb/test/Unit/lit.site.cfg.py.in