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:
JF Bastien 2015-08-26 23:03:07 +00:00
parent 9f0965e28b
commit 6f474ab7d6

View File

@ -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;