summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/gold/X86/comdat.ll')
-rw-r--r--llvm/test/tools/gold/X86/comdat.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/tools/gold/X86/comdat.ll b/llvm/test/tools/gold/X86/comdat.ll
index c4c5df7aa36..b5a09d8329c 100644
--- a/llvm/test/tools/gold/X86/comdat.ll
+++ b/llvm/test/tools/gold/X86/comdat.ll
@@ -1,9 +1,8 @@
; RUN: llvm-as %s -o %t.o
; RUN: llvm-as %p/Inputs/comdat.ll -o %t2.o
; RUN: %gold -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold.so %t.o %t2.o \
-; RUN: -plugin-opt=no-discard-value-names \
-; RUN: -plugin-opt=emit-llvm
-; RUN: llvm-dis %t3.o -o - | FileCheck %s
+; RUN: -plugin-opt=save-temps
+; RUN: llvm-dis %t3.o.bc -o - | FileCheck %s
$c1 = comdat any
OpenPOWER on IntegriCloud