Wrap lines at 80 cols

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2004-10-12 18:35:57 +00:00
parent e004fd005d
commit 2c9039eb1a
2 changed files with 6 additions and 5 deletions

View File

@@ -8,9 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a \
transforms.a target.a scalaropts.a transformutils.a vmcore support \
LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common

View File

@@ -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)