projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f0965e
)
WebAssembly: NFC comment update
author
JF Bastien
<jfb@google.com>
Wed, 26 Aug 2015 23:03:07 +0000
(23:03 +0000)
committer
JF 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
patch
|
blob
|
history
diff --git
a/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
b/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
index ea42470ab00fec45f0e127fc3f9324b7073e2dae..12811b096eb78267635ef5dda6f621d0274afb58 100644
(file)
--- a/
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
+++ b/
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
@@
-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;