mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[sanitizer] Add lit.local.cfg for FreeBSD
llvm-svn: 348674
This commit is contained in:
parent
4e23840e30
commit
4ce6d4611b
@ -0,0 +1,9 @@
|
||||
def getRoot(config):
|
||||
if not config.parent:
|
||||
return config
|
||||
return getRoot(config.parent)
|
||||
|
||||
root = getRoot(config)
|
||||
|
||||
if root.host_os not in ['FreeBSD']:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue
Block a user