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.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/gold/X86/comdat.ll b/llvm/test/tools/gold/X86/comdat.ll
index f65ca73c806..c4c5df7aa36 100644
--- a/llvm/test/tools/gold/X86/comdat.ll
+++ b/llvm/test/tools/gold/X86/comdat.ll
@@ -1,6 +1,7 @@
; 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
OpenPOWER on IntegriCloud