OSDN Git Service

Fix build break due to conflicting #define values.
authorStephen Hines <srhines@google.com>
Tue, 13 Aug 2013 08:28:16 +0000 (01:28 -0700)
committerStephen Hines <srhines@google.com>
Tue, 13 Aug 2013 08:28:16 +0000 (01:28 -0700)
Change-Id: I502c13aba9eb720a9591af998cb339836c9d8620

device/include/llvm/Config/config.h
host/include/llvm/Config/config.h

index cb28ba5..9c963c8 100644 (file)
 #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 */
index 17577c6..7ac1565 100644 (file)
 #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 */