forked from OSchip/llvm-project
parent
6071e6fc94
commit
b1b61ebb21
|
@ -180,7 +180,7 @@ void WebAssemblyAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
|
|||
case GlobalValue::ExternalLinkage:
|
||||
case GlobalValue::CommonLinkage:
|
||||
report_fatal_error("Linkage types other than internal and private aren't "
|
||||
"supported by WebAssembly");
|
||||
"supported by WebAssembly yet");
|
||||
default:
|
||||
llvm_unreachable("Unknown linkage type");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue