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 --- device/include/llvm/Config/config.h | 2 +- host/include/llvm/Config/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index cb28ba5..9c963c8 100644 --- a/device/include/llvm/Config/config.h +++ b/device/include/llvm/Config/config.h @@ -613,7 +613,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 */ 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