blob: a3659352f252fe835a4924f4bec19f69661c3445 [file] [log] [blame]
import subprocess
import lit.util
config.suffixes = ['.test', '.ll', '.s', '.yaml']
if not lit.util.which("llvm-profgen", config.llvm_tools_dir):
config.unsupported = True
if not 'X86' in config.root.targets:
config.unsupported = True