1if not "X86" in config.root.targets:2 config.unsupported = True3 4if config.llvm_use_intel_jitevents:5 config.available_features.add("intel-jitevents")6