================
@@ -352,6 +352,8 @@ static MCAsmInfo *createAArch64MCAsmInfo(const 
MCRegisterInfo &MRI,
     MAI = new AArch64MCAsmInfoMicrosoftCOFF();
   else if (TheTriple.isOSBinFormatCOFF())
     MAI = new AArch64MCAsmInfoGNUCOFF();
+  else if (TheTriple.isUEFI())
+    MAI = new AArch64MCAsmInfoGNUCOFF();
----------------
petrhosek wrote:

We shouldn't be using GNU COFF for UEFI, we should be using Microsoft COFF.

https://github.com/llvm/llvm-project/pull/136247
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to