mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
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:
@@ -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
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user