diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-15 23:10:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-15 23:10:25 +0000 |
commit | ef1b62b00ac32dd564a098197be1ba70566040ac (patch) | |
tree | 3bdb353f5d8a6d6ac2424f4fa3690f72e7e3118a /tools/llc/Makefile | |
parent | ad64385129e2fd6799828ab44d947c2b2094f500 (diff) |
There is no reason to add -load support to LLC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c2cb730a0b9..d69ab046f54 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -24,7 +24,7 @@ USEDLIBS = sparc \ bcreader \ bcwriter \ vmcore \ - support + support.a TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common |