[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:58 PST 2018


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

Changed prior to commit:
  https://reviews.llvm.org/D43889?vs=136349&id=136351#toc

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43889

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


Index: test/wasm/comdats.ll
===================================================================
--- test/wasm/comdats.ll
+++ 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"
Index: test/wasm/call-indirect.ll
===================================================================
--- test/wasm/call-indirect.ll
+++ 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:


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


More information about the llvm-commits mailing list