From 316158df8e423f6c123cf2d3349e27c2794b147b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 14 Mar 2011 17:33:06 -0700 Subject: Bump LLVM version strings to 3.0svn, we're effectively tied to it now anyways. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 74359c00..86c8d45c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -184,7 +184,7 @@ endif ifneq ($(CFG_LLVM_CONFIG),) CFG_LLVM_VERSION := $(shell $(CFG_LLVM_CONFIG) --version) $(info cfg: found llvm-config at $(CFG_LLVM_CONFIG)) - CFG_LLVM_ALLOWED_VERSIONS := 2.8svn 2.8 2.9svn 3.0svn + CFG_LLVM_ALLOWED_VERSIONS := 3.0svn ifneq ($(findstring $(CFG_LLVM_VERSION),$(CFG_LLVM_ALLOWED_VERSIONS)),) $(info cfg: using LLVM version $(CFG_LLVM_VERSION)) else -- cgit v1.2.3