diff options
Diffstat (limited to 'llvm/test/tools/gold/X86/comdat.ll')
-rw-r--r-- | llvm/test/tools/gold/X86/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/comdat.ll b/llvm/test/tools/gold/X86/comdat.ll index e3fec54fc19..ed29695c28f 100644 --- a/llvm/test/tools/gold/X86/comdat.ll +++ b/llvm/test/tools/gold/X86/comdat.ll @@ -4,7 +4,7 @@ ; RUN: -m elf_x86_64 \ ; RUN: -plugin-opt=save-temps ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt -; RUN: llvm-readobj -t %t3.o | FileCheck --check-prefix=OBJ %s +; RUN: llvm-readobj --symbols %t3.o | FileCheck --check-prefix=OBJ %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |