blob: 1a5fd5ec8655b6cadc2a48c28dbe8e2137f2b9ad [file] [log] [blame]
config.suffixes = ['.ll', '.c', '.cpp']
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
if not config.root.enable_assertions:
config.unsupported = True