diff options
author | Stephen Hines <srhines@google.com> | 2013-08-13 01:28:16 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2013-08-13 01:28:16 -0700 |
commit | e4799f60dc79d16ee270b38e9fab805178a572aa (patch) | |
tree | d98686353f844629680c60eaeecc1423de7305a3 /host | |
parent | ead8d02a509cd69a74e01e4af90d8b237f30ed1c (diff) | |
download | external_llvm-e4799f60dc79d16ee270b38e9fab805178a572aa.zip external_llvm-e4799f60dc79d16ee270b38e9fab805178a572aa.tar.gz external_llvm-e4799f60dc79d16ee270b38e9fab805178a572aa.tar.bz2 |
Fix build break due to conflicting #define values.
Change-Id: I502c13aba9eb720a9591af998cb339836c9d8620
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |