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