LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
- target.a scalaropts.a transformutils.a vmcore support
+ target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
ANALIBS = datastructure ipa target.a
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
- transformutils asmparser bcreader bcwriter vmcore support
+ transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
TOOLNAME = extract
USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \
- transformutils.a ipa.a vmcore support.a
+ transformutils.a ipa.a vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
TOOLNAME = gccas
USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
- target.a transformutils vmcore support.a
+ target.a transformutils vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
TOOLNAME = gccld
USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
- target.a bcreader bcwriter vmcore support.a
+ target.a bcreader bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
bcreader \
bcwriter \
vmcore \
- support.a
+ support.a \
+ LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
- transformutils.a bcreader vmcore support target.a
+ transformutils.a bcreader vmcore support target.a LLVMsystem.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
LEVEL = ../..
TOOLNAME = llvm-ar
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-as
-USEDLIBS = asmparser bcwriter vmcore support.a
+USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
LEVEL = ../..
TOOLNAME = llvm-bcanalyzer
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
- transformutils.a debugger bcreader vmcore support target.a
+ transformutils.a debugger bcreader vmcore support target.a LLVMsystem.a
# Have gcc tell the linker to export symbols from the program so that
LEVEL = ../..
TOOLNAME = llvm-dis
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
LEVEL = ../..
TOOLNAME = llvm-link
-USEDLIBS = bcreader bcwriter vmcore support.a
+USEDLIBS = bcreader bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
LEVEL = ../..
TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
LEVEL = ../..
TOOLNAME = llvm-prof
-USEDLIBS = analysis.a bcreader vmcore support.a
+USEDLIBS = analysis.a bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa datastructure transforms target.a analysis \
- transformutils vmcore support
+ transformutils vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common