[PATCH] D15753: WebAssembly: remove 'external' from test
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 23 15:59:33 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL256353: WebAssembly: remove 'external' from test (authored by jfb).
Changed prior to commit:
http://reviews.llvm.org/D15753?vs=43563&id=43564#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15753
Files:
llvm/trunk/test/CodeGen/WebAssembly/offset-folding.ll
Index: llvm/trunk/test/CodeGen/WebAssembly/offset-folding.ll
===================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/offset-folding.ll
+++ llvm/trunk/test/CodeGen/WebAssembly/offset-folding.ll
@@ -5,7 +5,10 @@
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
- at x = external global [0 x i32]
+; FIXME: make this 'external' and make sure it still works. WebAssembly
+; currently only supports linking single files, so 'external' makes
+; little sense.
+ at x = global [0 x i32] zeroinitializer
@y = global [50 x i32] zeroinitializer
; Test basic constant offsets of both defined and external symbols.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15753.43564.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151223/530df245/attachment.bin>
More information about the llvm-commits
mailing list