================
@@ -51,6 +51,12 @@ static bool isPPCBareMetal(const llvm::Triple &Triple) {
Triple.getEnvironment() == llvm::Triple::EABI;
}
+/// Is the triple {ix86,x86_64}-*-none-elf?
+static bool isPCBareMetal(const llvm::Triple &Triple) {
----------------
MaskRay wrote:isX86BareMetal https://github.com/llvm/llvm-project/pull/183453 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
