diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-23 19:32:41 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-23 19:32:41 +0000 |
| commit | fd49c73f116d3748e2d4f768128ac33247d375a3 (patch) | |
| tree | 235c7f71531de97a759b4d7548c3e7cd9c67aa01 | |
| parent | 8531e4912b7da328cc96d8ee4eb71ca1f81d8811 (diff) | |
| download | bcm5719-llvm-fd49c73f116d3748e2d4f768128ac33247d375a3.tar.gz bcm5719-llvm-fd49c73f116d3748e2d4f768128ac33247d375a3.zip | |
[LTO] Fix test following r279550
The output name changed, but it was passing locally
using the old output still present in the build dir.
llvm-svn: 279556
| -rw-r--r-- | llvm/test/ThinLTO/X86/internalize.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/internalize.ll b/llvm/test/ThinLTO/X86/internalize.ll index dbd768d35c7..14ff6791561 100644 --- a/llvm/test/ThinLTO/X86/internalize.ll +++ b/llvm/test/ThinLTO/X86/internalize.ll @@ -7,7 +7,7 @@ ; RUN: -r=%t1.bc,_foo,pxl \ ; RUN: -r=%t1.bc,_bar,pl \ ; RUN: -r=%t1.bc,_linkonce_func,pl -; RUN: llvm-dis < %t.o.1.2.internalize.bc | FileCheck %s --check-prefix=INTERNALIZE +; RUN: llvm-dis < %t.o.0.2.internalize.bc | FileCheck %s --check-prefix=INTERNALIZE ; REGULAR: define void @foo |

