diff options
Diffstat (limited to 'test/COFF/thinlto.ll')
-rw-r--r-- | test/COFF/thinlto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/COFF/thinlto.ll b/test/COFF/thinlto.ll index f01d0d802289b..77ba9b91de70c 100644 --- a/test/COFF/thinlto.ll +++ b/test/COFF/thinlto.ll @@ -4,7 +4,7 @@ ; RUN: opt -thinlto-bc -o %T/thinlto/main.obj %s ; RUN: opt -thinlto-bc -o %T/thinlto/foo.obj %S/Inputs/lto-dep.ll ; RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/main.obj %T/thinlto/foo.obj -; RUN: llvm-nm %T/thinlto/main.exe.lto.obj | FileCheck %s +; RUN: llvm-nm %T/thinlto/main.exe1.lto.obj | FileCheck %s ; CHECK-NOT: U foo |