WebAssembly: NFC comment update
authorJF Bastien <jfb@google.com>
Wed, 26 Aug 2015 23:03:07 +0000 (23:03 +0000)
committerJF Bastien <jfb@google.com>
Wed, 26 Aug 2015 23:03:07 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246101 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp

index ea42470ab00fec45f0e127fc3f9324b7073e2dae..12811b096eb78267635ef5dda6f621d0274afb58 100644 (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;