We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dc813 commit 255924cCopy full SHA for 255924c
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2910,7 +2910,7 @@ bool AsmPrinter::emitSpecialLLVMGlobal(const GlobalVariable *GV) {
2910
return true;
2911
}
2912
2913
- report_fatal_error("unknown special variable");
+ report_fatal_error("unknown special variable with appending linkage");
2914
2915
2916
/// EmitLLVMUsedList - For targets that define a MAI::UsedDirective, mark each
llvm/test/CodeGen/X86/AppendingLinkage.ll
@@ -1,4 +1,4 @@
1
; RUN: not --crash llc < %s -mtriple=i686-- 2>&1 | FileCheck %s
2
3
-; CHECK: unknown special variable
+; CHECK: unknown special variable with appending linkage
4
@foo = appending constant [1 x i32 ]zeroinitializer
0 commit comments