if not "X86" in config.root.targets:
config.unsupported = True
if config.llvm_use_intel_jitevents:
config.available_features.add("intel-jitevents")
if not "X86" in config.root.targets:
config.unsupported = True
if config.llvm_use_intel_jitevents:
config.available_features.add("intel-jitevents")