mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
WebAssembly: NFC comment update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f0965e28b
commit
6f474ab7d6
@ -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
Block a user