[clang] [llvm] [LFI] Add MCLFIRewriter infrastructure (PR #172906)

Alexis Engelke via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 19 06:52:49 PST 2026


================
@@ -120,13 +121,14 @@ class LLVM_ABI MCAsmParserExtension {
   /// @}
 };
 
-MCAsmParserExtension *createDarwinAsmParser();
-MCAsmParserExtension *createELFAsmParser();
-MCAsmParserExtension *createCOFFAsmParser();
-MCAsmParserExtension *createCOFFMasmParser();
-MCAsmParserExtension *createGOFFAsmParser();
-MCAsmParserExtension *createXCOFFAsmParser();
-MCAsmParserExtension *createWasmAsmParser();
+LLVM_ABI MCAsmParserExtension *createDarwinAsmParser();
----------------
aengelke wrote:

Splice out NFC change into separate PR?

https://github.com/llvm/llvm-project/pull/172906


More information about the cfe-commits mailing list