From e4799f60dc79d16ee270b38e9fab805178a572aa Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 13 Aug 2013 01:28:16 -0700 Subject: Fix build break due to conflicting #define values. Change-Id: I502c13aba9eb720a9591af998cb339836c9d8620 --- host/include/llvm/Config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 17577c6..7ac1565 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -641,7 +641,7 @@ #define LLVM_VERSION_MAJOR 3 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 1 +#define LLVM_VERSION_MINOR 3 /* Define if the OS needs help to load dependent libraries for dlopen(). */ /* #undef LTDL_DLOPEN_DEPLIBS */ -- cgit v1.1