diff options
Diffstat (limited to 'llvm/test/LTO/Resolution/X86/comdat.ll')
-rw-r--r-- | llvm/test/LTO/Resolution/X86/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/Resolution/X86/comdat.ll b/llvm/test/LTO/Resolution/X86/comdat.ll index 29bdcc325f3..5124b951bed 100644 --- a/llvm/test/LTO/Resolution/X86/comdat.ll +++ b/llvm/test/LTO/Resolution/X86/comdat.ll @@ -20,7 +20,7 @@ ; RUN: -r=%t2.o,a23,px \ ; RUN: -r=%t2.o,a24,px \ ; RUN: -r=%t2.o,a25,px -; RUN: llvm-dis %t3.o.2.internalize.bc -o - | FileCheck %s +; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |