diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/include/llvm/Config/config.h | 6 | ||||
-rw-r--r-- | device/include/llvm/Config/llvm-config.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index 9c963c8..f76132a 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 3 +#define LLVM_VERSION_MINOR 4 /* Define if the OS needs help to load dependent libraries for dlopen(). */ /* #undef LTDL_DLOPEN_DEPLIBS */ @@ -646,13 +646,13 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 3.1svn" +#define PACKAGE_STRING "LLVM 3.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "llvm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.1svn" +#define PACKAGE_VERSION "3.4" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void diff --git a/device/include/llvm/Config/llvm-config.h b/device/include/llvm/Config/llvm-config.h index e809281..637daed 100644 --- a/device/include/llvm/Config/llvm-config.h +++ b/device/include/llvm/Config/llvm-config.h @@ -87,7 +87,7 @@ #define LLVM_VERSION_MAJOR 3 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 3 +#define LLVM_VERSION_MINOR 4 #include "llvm/Config/llvm-platform-config.h" |