diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/module_asm_glob.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/module_asm_glob.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ThinLTO/X86/module_asm_glob.ll b/llvm/test/ThinLTO/X86/module_asm_glob.ll index e27007524ce..3ce4816c9d6 100644 --- a/llvm/test/ThinLTO/X86/module_asm_glob.ll +++ b/llvm/test/ThinLTO/X86/module_asm_glob.ll @@ -11,8 +11,8 @@ ; RUN: -r=%t1.bc,_simplefunction,pl \ ; RUN: -r=%t2.bc,main,plx \ ; RUN: -r=%t2.bc,_simplefunction,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 ; NM0: T foo ; NM1-NOT: foo |