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 956b47b commit 0356d0cCopy full SHA for 0356d0c
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2927,7 +2927,7 @@ bool AsmPrinter::emitSpecialLLVMGlobal(const GlobalVariable *GV) {
2927
return true;
2928
}
2929
2930
- report_fatal_error("unknown special variable");
+ report_fatal_error("unknown special variable with appending linkage");
2931
2932
2933
/// 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