================ @@ -0,0 +1,5 @@ +config.suffixes = [".ll"] + +targets = set(config.root.targets_to_build.split()) +if not "Xtensa" in targets: ---------------- andreisfr wrote: Fixed. https://github.com/llvm/llvm-project/pull/137134