WebAssembly: NFC comment update

llvm-svn: 246101
This commit is contained in:
JF Bastien 2015-08-26 23:03:07 +00:00
parent 6071e6fc94
commit b1b61ebb21
1 changed files with 1 additions and 1 deletions

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;