[lld] 1aadd6c - [lld] Remove unused lld/test/Driver/Inputs/**/libtest.a

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 07:19:17 PDT 2020


Author: Greg McGary
Date: 2020-05-19T07:19:10-07:00
New Revision: 1aadd6ce6128a953066ab975fa6ae080df5ffc3b

URL: https://github.com/llvm/llvm-project/commit/1aadd6ce6128a953066ab975fa6ae080df5ffc3b
DIFF: https://github.com/llvm/llvm-project/commit/1aadd6ce6128a953066ab975fa6ae080df5ffc3b.diff

LOG: [lld] Remove unused lld/test/Driver/Inputs/**/libtest.a

Under `lld/test/Driver/Inputs/`, all instances of `libtest.a` are
unreferenced. FYI, all of these are empty archives, and the files
contain only a magic number.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D80182

Added: 
    

Modified: 
    

Removed: 
    lld/test/Driver/Inputs/libtest.a
    lld/test/Driver/Inputs/usr/lib/i386/libtest.a
    lld/test/Driver/Inputs/usr/lib/libtest.a


################################################################################
diff  --git a/lld/test/Driver/Inputs/libtest.a b/lld/test/Driver/Inputs/libtest.a
deleted file mode 100644
index 8b277f0dd5dc..000000000000
--- a/lld/test/Driver/Inputs/libtest.a
+++ /dev/null
@@ -1 +0,0 @@
-!<arch>

diff  --git a/lld/test/Driver/Inputs/usr/lib/i386/libtest.a b/lld/test/Driver/Inputs/usr/lib/i386/libtest.a
deleted file mode 100644
index 8b277f0dd5dc..000000000000
--- a/lld/test/Driver/Inputs/usr/lib/i386/libtest.a
+++ /dev/null
@@ -1 +0,0 @@
-!<arch>

diff  --git a/lld/test/Driver/Inputs/usr/lib/libtest.a b/lld/test/Driver/Inputs/usr/lib/libtest.a
deleted file mode 100644
index 8b277f0dd5dc..000000000000
--- a/lld/test/Driver/Inputs/usr/lib/libtest.a
+++ /dev/null
@@ -1 +0,0 @@
-!<arch>


        


More information about the llvm-commits mailing list