diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-12 18:35:57 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-12 18:35:57 +0000 |
commit | 2c9039eb1a2c6878603def7db148135958ac5c8d (patch) | |
tree | 91ec6ad6b65b4aeec73a75769327b3b90e72756b /tools/bugpoint/Makefile | |
parent | e004fd005d3db3caf535d273418c4427b0428ab5 (diff) | |
download | external_llvm-2c9039eb1a2c6878603def7db148135958ac5c8d.zip external_llvm-2c9039eb1a2c6878603def7db148135958ac5c8d.tar.gz external_llvm-2c9039eb1a2c6878603def7db148135958ac5c8d.tar.bz2 |
Wrap lines at 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r-- | tools/bugpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 5377d3d..8387006 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -13,8 +13,8 @@ TOOLNAME = bugpoint OPTLIBS = transforms instrument profpaths ANALIBS = datastructure ipa target.a -USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \ - transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a +USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \ + asmparser bcreader bcwriter vmcore support LLVMsystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) |