From b50d3944eaa46e4768e6d868989cae644f015adc Mon Sep 17 00:00:00 2001 From: Evghenii Date: Tue, 29 Oct 2013 10:22:07 +0100 Subject: [PATCH] allow easy switch between llvm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4af7aff4..3977fb4e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ # If you have your own special version of llvm and/or clang, change # these variables to match. -LLVM_CONFIG=$(shell which /usr/local/llvm-3.3/bin/llvm-config) +LLVM_CONFIG=$(shell which /home/evghenii/usr/local/llvm/bin-3.3/bin/llvm-config) CLANG_INCLUDE=$(shell $(LLVM_CONFIG) --includedir) # Enable ARM by request