summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-06-02 01:05:24 +0000
committerSam Clegg <sbc@chromium.org>2017-06-02 01:05:24 +0000
commitc38e947e506f152b75df8148e5c1e95eea3fe6b7 (patch)
tree5c5d15593d258097dd9b9fcab2f2154fc6424fa9 /llvm/lib/Target/WebAssembly
parent1800814b41ebe23706a45f821ec7a6866dbad6f3 (diff)
downloadbcm5719-llvm-c38e947e506f152b75df8148e5c1e95eea3fe6b7.tar.gz
bcm5719-llvm-c38e947e506f152b75df8148e5c1e95eea3fe6b7.zip
[WebAssembly] MC: Fix references to undefined externals in data section
Undefined externals don't need to have a size or an offset. This was broken by r303915. Added a test for this case. This fixes the "Compile LLVM Torture (o)" step on the wasm waterfall. Differential Revision: https://reviews.llvm.org/D33803 llvm-svn: 304505
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
-rw-r--r--llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
index 54619589c34..35a67134775 100644
--- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -88,6 +88,3 @@ pr45695.c wasm-o
pr49279.c wasm-o
pr49390.c wasm-o
pr52286.c wasm-o
-
-# fatal error: error in backend: data symbols must have a size set with .size
-921110-1.c wasm-o
OpenPOWER on IntegriCloud