From ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 16 Jan 2020 13:09:45 -0500 Subject: remove embedded LLD we no longer have any patches against upstream LLD --- deps/lld/test/COFF/thinlto.ll | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 deps/lld/test/COFF/thinlto.ll (limited to 'deps/lld/test/COFF/thinlto.ll') diff --git a/deps/lld/test/COFF/thinlto.ll b/deps/lld/test/COFF/thinlto.ll deleted file mode 100644 index 77ba9b91de..0000000000 --- a/deps/lld/test/COFF/thinlto.ll +++ /dev/null @@ -1,19 +0,0 @@ -; REQUIRES: x86 -; RUN: rm -fr %T/thinlto -; RUN: mkdir %T/thinlto -; 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.exe1.lto.obj | FileCheck %s - -; CHECK-NOT: U foo - -target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-pc-windows-msvc" - -define i32 @main() { - call void @foo() - ret i32 0 -} - -declare void @foo() -- cgit v1.2.3