[PATCH] D43889: [WebAssembly] Remove unneeded --no-gc-sections flag from tests. NFC.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 11:42:56 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326356: [WebAssembly] Remove unneeded --no-gc-sections flag from tests. NFC. (authored by sbc, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D43889

Files:
  lld/trunk/test/wasm/call-indirect.ll
  lld/trunk/test/wasm/comdats.ll


Index: lld/trunk/test/wasm/call-indirect.ll
===================================================================
--- lld/trunk/test/wasm/call-indirect.ll
+++ lld/trunk/test/wasm/call-indirect.ll
@@ -1,6 +1,6 @@
 ; RUN: llc -filetype=obj %p/Inputs/call-indirect.ll -o %t2.o
 ; RUN: llc -filetype=obj %s -o %t.o
-; RUN: wasm-ld -no-gc-sections --check-signatures -o %t.wasm %t2.o %t.o
+; RUN: wasm-ld --check-signatures -o %t.wasm %t2.o %t.o
 ; RUN: obj2yaml %t.wasm | FileCheck %s
 
 ; bitcode generated from the following C code:
Index: lld/trunk/test/wasm/comdats.ll
===================================================================
--- lld/trunk/test/wasm/comdats.ll
+++ lld/trunk/test/wasm/comdats.ll
@@ -1,7 +1,7 @@
 ; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/comdat1.ll -o %t1.o
 ; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/comdat2.ll -o %t2.o
 ; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %s -o %t.o
-; RUN: wasm-ld -no-gc-sections --check-signatures -o %t.wasm %t.o %t1.o %t2.o
+; RUN: wasm-ld --check-signatures -o %t.wasm %t.o %t1.o %t2.o
 ; RUN: obj2yaml %t.wasm | FileCheck %s
 
 target triple = "wasm32-unknown-unknown-wasm"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43889.136350.patch
Type: text/x-patch
Size: 1209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/b04aa809/attachment.bin>


More information about the llvm-commits mailing list