mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
[testing]: lld generally lives in tools/, so fix llvm-lit.
Otherwise we can't run individual tests directly ("llvm-lit /path/to/test") git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e278ad08b
commit
041e0da7a2
@ -29,7 +29,7 @@ if os.path.exists(clang_obj_root):
|
||||
builtin_parameters['clang_tools_extra_site_config'] = \
|
||||
os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
|
||||
|
||||
lld_obj_root = os.path.join(llvm_obj_root, 'projects', 'lld')
|
||||
lld_obj_root = os.path.join(llvm_obj_root, 'tools', 'lld')
|
||||
if os.path.exists(lld_obj_root):
|
||||
builtin_parameters['lld_site_config'] = \
|
||||
os.path.join(lld_obj_root, 'test', 'lit.site.cfg')
|
||||
|
Loading…
Reference in New Issue
Block a user