update embedded LLD to 6.0.0rc1

This commit is contained in:
Andrew Kelley
2018-01-17 17:29:21 -05:00
parent 48cd808185
commit 4aed7ea6f8
852 changed files with 37365 additions and 9800 deletions

View File

@@ -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