================
@@ -55,6 +55,12 @@ static bool isX86BareMetal(const llvm::Triple &Triple) {
Triple.getEnvironmentName() == "elf";
}
+/// Is the triple loongarch{32,64}-*-none-elf?
----------------
SixWeining wrote:I think we can merge the fix first, and consider updating the documentation later. https://github.com/llvm/llvm-project/pull/223703 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
