2014-06-09 22:42:55 +00:00
|
|
|
if not 'SystemZ' in config.root.targets:
|
2013-05-06 16:20:58 +00:00
|
|
|
config.unsupported = True
|
|
|
|
|
2014-09-17 20:17:52 +00:00
|
|
|
# http://llvm.org/bugs/show_bug.cgi?id=20980
|
|
|
|
if 'ubsan' in config.available_features:
|
|
|
|
config.unsupported = True
|