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 9308d66 commit 4546489Copy full SHA for 4546489
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2929,7 +2929,7 @@ bool AsmPrinter::emitSpecialLLVMGlobal(const GlobalVariable *GV) {
2929
return true;
2930
}
2931
2932
- report_fatal_error("unknown special variable");
+ report_fatal_error("unknown special variable with appending linkage");
2933
2934
2935
/// 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