mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 23:39:24 +00:00
Add the lld root to llvm-lit, so llvm-lit can be used
to run lld tests individually. llvm-svn: 199264
This commit is contained in:
parent
39cde8cc90
commit
ad07d08c8d
@ -29,6 +29,11 @@ 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')
|
||||
if os.path.exists(lld_obj_root):
|
||||
builtin_parameters['lld_site_config'] = \
|
||||
os.path.join(lld_obj_root, 'test', 'lit.site.cfg')
|
||||
|
||||
if __name__=='__main__':
|
||||
import lit
|
||||
lit.main(builtin_parameters)
|
||||
|
Loading…
Reference in New Issue
Block a user