diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-12 19:17:11 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-12 19:17:11 +0000 |
commit | fc6723f659c79eb877f4b32b10905af8d4a3d086 (patch) | |
tree | 60bebfb0c95a94e223d34e9f5d605588c483dccb /tools/bugpoint/Makefile | |
parent | 2c9039eb1a2c6878603def7db148135958ac5c8d (diff) |
No space allowed between \ and end-of-line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r-- | tools/bugpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 8387006cdb..aa1338ce6a 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -13,7 +13,7 @@ TOOLNAME = bugpoint OPTLIBS = transforms instrument profpaths ANALIBS = datastructure ipa target.a -USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \ +USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \ asmparser bcreader bcwriter vmcore support LLVMsystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) |