diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-03-08 10:59:54 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-03-08 10:59:54 -0500 |
| commit | 3200ebc2ea5f6bb51130cbc69d6533144a9f4ddc (patch) | |
| tree | e234c061c28a95c35afbb35b80b89e3114ecdeb9 /deps/lld/test/COFF/thinlto.ll | |
| parent | 2e010c60ae006944ae20ab8b3445598471c9f1e8 (diff) | |
| parent | b57cb04afc1898c3b21ef3486709f0c0aa285433 (diff) | |
| download | zig-3200ebc2ea5f6bb51130cbc69d6533144a9f4ddc.tar.gz zig-3200ebc2ea5f6bb51130cbc69d6533144a9f4ddc.zip | |
Merge branch 'llvm6'
Zig now depends on LLVM 6.0.0.
The latest commit that depends on LLVM 5.0.1 is
2e010c60ae006944ae20ab8b3445598471c9f1e8.
Diffstat (limited to 'deps/lld/test/COFF/thinlto.ll')
| -rw-r--r-- | deps/lld/test/COFF/thinlto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/lld/test/COFF/thinlto.ll b/deps/lld/test/COFF/thinlto.ll index f01d0d8022..77ba9b91de 100644 --- a/deps/lld/test/COFF/thinlto.ll +++ b/deps/lld/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 |
