Skip to content
Snippets Groups Projects
Commit f497fc18 authored by Axel Naumann's avatar Axel Naumann
Browse files

Don't link the world. We still link one hemisphere, though.

git-svn-id: http://root.cern.ch/svn/root/trunk@41597 27541ba8-7e3a-0410-8455-c3a389f83636
parent 53879d78
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,13 @@ CLINGCXXFLAGS := $(shell $(LLVMCONFIG) --cxxflags) -I$(MODDIR)/include \ ...@@ -37,7 +37,13 @@ CLINGCXXFLAGS := $(shell $(LLVMCONFIG) --cxxflags) -I$(MODDIR)/include \
CLINGLLVMLIBS:= -L$(shell $(LLVMCONFIG) --libdir) \ CLINGLLVMLIBS:= -L$(shell $(LLVMCONFIG) --libdir) \
$(addprefix -lclang,\ $(addprefix -lclang,\
Frontend Serialization Driver CodeGen Parse Sema Analysis Rewrite AST Lex Basic) \ Frontend Serialization Driver CodeGen Parse Sema Analysis Rewrite AST Lex Basic) \
$(shell $(LLVMCONFIG) --libs) $(shell $(LLVMCONFIG) --ldflags) $(patsubst -lLLVM%Disassembler,,\
$(patsubst -lLLVM%AsmParser,,\
$(filter-out -lLLVMipa,\
$(shell $(LLVMCONFIG) --libs linker jit executionengine debuginfo \
archive bitreader all-targets codegen selectiondag asmprinter \
mcparser scalaropts instcombine transformutils analysis target)))) \
$(shell $(LLVMCONFIG) --ldflags)
endif endif
##### local rules ##### ##### local rules #####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment