Revert r339490 to match revert of llvm r339474 in r339630.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Aug 2018 01:23:54 +0000 (01:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Aug 2018 01:23:54 +0000 (01:23 +0000)
llvm-svn: 339635

lld/test/wasm/call-indirect.ll
lld/test/wasm/compress-relocs.ll

index f31405f..f5dc220 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -filetype=obj %p/Inputs/call-indirect.ll -o %t2.o -wasm-explicit-locals-codegen-test-mode
-; RUN: llc -filetype=obj %s -o %t.o -wasm-explicit-locals-codegen-test-mode
+; RUN: llc -filetype=obj %p/Inputs/call-indirect.ll -o %t2.o
+; RUN: llc -filetype=obj %s -o %t.o
 ; RUN: wasm-ld -o %t.wasm %t2.o %t.o
 ; RUN: obj2yaml %t.wasm | FileCheck %s
 
index c0166fc..b137d5a 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -filetype=obj %p/Inputs/call-indirect.ll -o %t2.o -wasm-explicit-locals-codegen-test-mode
-; RUN: llc -filetype=obj %s -o %t.o -wasm-explicit-locals-codegen-test-mode
+; RUN: llc -filetype=obj %p/Inputs/call-indirect.ll -o %t2.o
+; RUN: llc -filetype=obj %s -o %t.o
 ; RUN: wasm-ld -o %t.wasm %t2.o %t.o
 ; RUN: obj2yaml %t.wasm | FileCheck %s