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 /device | |
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 'device')
-rw-r--r-- | device/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 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 */ |