From 52147ce6316743bab538d8e945f93abc5d512930 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Mon, 11 Feb 2013 04:15:50 -0800 Subject: [PATCH] Fixing issue #428: need to specify LLVM libs explicitly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e2828ad..6854fd1d 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ else endif ARCH_TYPE = $(shell arch) -LLVM_LIBS=$(shell $(LLVM_CONFIG) --libs) +LLVM_LIBS=$(shell $(LLVM_CONFIG) --libs engine ipo bitreader bitwriter instrumentation linker) CLANG=clang CLANG_LIBS = -lclangFrontend -lclangDriver \