diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-16 19:39:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-16 19:39:45 +0000 |
commit | 780cbd9bae483f82a1f0ffbee3a63b53a16e88aa (patch) | |
tree | e44cf92b093a5c6c4105d08c6f332d1c185e9558 /tools/llc/Makefile | |
parent | 7f2b41e316c36eebe30a918251958e2276005041 (diff) |
No targets actually use this library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index d1343c0749..44e80afbeb 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -17,7 +17,6 @@ USEDLIBS = \ LLVMSparcV9 \ LLVMX86 \ LLVMSkeleton \ - LLVMSelectionDAG \ LLVMSparcV9RegAlloc \ LLVMSparcV9InstrSched \ LLVMCodeGen \ |