diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/module_asm2.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/module_asm2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ThinLTO/X86/module_asm2.ll b/llvm/test/ThinLTO/X86/module_asm2.ll index b79d7ad4c97..b6e2f23509e 100644 --- a/llvm/test/ThinLTO/X86/module_asm2.ll +++ b/llvm/test/ThinLTO/X86/module_asm2.ll @@ -27,8 +27,8 @@ ; RUN: -r=%t2.bc,func3,l \ ; RUN: -r=%t2.bc,callglobalfunc,l \ ; RUN: -r=%t2.bc,callweakfunc,l -; RUN: llvm-nm %t.o.0 | FileCheck %s --check-prefix=NM0 -; RUN: llvm-nm %t.o.1 | FileCheck %s --check-prefix=NM1 +; RUN: llvm-nm %t.o.1 | FileCheck %s --check-prefix=NM0 +; RUN: llvm-nm %t.o.2 | FileCheck %s --check-prefix=NM1 ; Check that local values b and x, which are referenced on ; llvm.used and llvm.compiler.used, respectively, are not promoted. |