[llvm] CSKY: Consume "float-abi" module flag (PR #212975)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 07:02:57 PDT 2026
================
@@ -245,7 +245,7 @@ void CSKYAsmPrinter::emitMachineConstantPoolValue(
OutStreamer->emitValue(Expr, Size);
}
-void CSKYAsmPrinter::emitAttributes() {
+void CSKYAsmPrinter::emitAttributes(Module &M) {
----------------
arsenm wrote:
It was needed before cb8513d5a5b8d7ad52b9903f6a46fbe603298468
https://github.com/llvm/llvm-project/pull/212975
More information about the llvm-commits
mailing list