summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-12-23 23:56:13 +0000
committerJF Bastien <jfb@google.com>2015-12-23 23:56:13 +0000
commit3e9f10ad3dfbdc716ae090f97fdad0415492bdb3 (patch)
tree31f010b87f69964979e828a0f29db3c9842a5748 /llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
parentcb0f947a2a81730e054b39b0dfb4d90bd52cee61 (diff)
downloadbcm5719-llvm-3e9f10ad3dfbdc716ae090f97fdad0415492bdb3.tar.gz
bcm5719-llvm-3e9f10ad3dfbdc716ae090f97fdad0415492bdb3.zip
WebAssembly: remove 'external' from test
Summary: Linker testing was sad at seeing an unresolved external symbol. For now don't do that: it's valid but we're not playing with multi-file linking yet, and the LLVM tests are used as hacky sanity tests for single-file linking (the GCC torture tests are much better for this purpose). Another solution would be to use '.extern' to make the intent explicit (don't simple-file link this, there's an unresolved symbol), some assemblers use '.extern' while others ignore it, so we wouldn't really be inventing anything new. Reviewers: sunfish, kripken Subscribers: jfb, llvm-commits, dschuff Differential Revision: http://reviews.llvm.org/D15753 llvm-svn: 256353
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud