summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/toolchain/llvm/clang-llvm.kconfig8
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig4
-rw-r--r--core/toolchain/llvm/llvm/llvm.kconfig4
3 files changed, 8 insertions, 8 deletions
diff --git a/core/toolchain/llvm/clang-llvm.kconfig b/core/toolchain/llvm/clang-llvm.kconfig
index a91e3bd..eb0ef0c 100644
--- a/core/toolchain/llvm/clang-llvm.kconfig
+++ b/core/toolchain/llvm/clang-llvm.kconfig
@@ -31,10 +31,10 @@ choice
help
Version of llvm you wish
- config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_5_0
- bool "clang/llvm-3.5.0"
- select EMBTK_LLVM_HOST_VERSION_3_5_0
- select EMBTK_CLANG_HOST_VERSION_3_5_0
+ config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_5_1
+ bool "clang/llvm-3.5.1"
+ select EMBTK_LLVM_HOST_VERSION_3_5_1
+ select EMBTK_CLANG_HOST_VERSION_3_5_1
config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_4_1
bool "clang/llvm-3.4.1"
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index b56c6e6..fca7966 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -30,7 +30,7 @@ config EMBTK_HOST_HAVE_CLANG
#
# clang version
#
-config EMBTK_CLANG_HOST_VERSION_3_5_0
+config EMBTK_CLANG_HOST_VERSION_3_5_1
bool
select EMBTK_CLANG_HOST_NEED_PATCH
@@ -69,7 +69,7 @@ config EMBTK_CLANG_HOST_CATEGORY
#
config EMBTK_CLANG_HOST_VERSION_STRING
string
- default "3.5.0" if EMBTK_CLANG_HOST_VERSION_3_5_0
+ default "3.5.1" if EMBTK_CLANG_HOST_VERSION_3_5_1
default "3.4.1" if EMBTK_CLANG_HOST_VERSION_3_4_1
default "git" if EMBTK_CLANG_HOST_VERSION_GIT
diff --git a/core/toolchain/llvm/llvm/llvm.kconfig b/core/toolchain/llvm/llvm/llvm.kconfig
index 46b69ae..7693411 100644
--- a/core/toolchain/llvm/llvm/llvm.kconfig
+++ b/core/toolchain/llvm/llvm/llvm.kconfig
@@ -30,7 +30,7 @@ config EMBTK_HOST_HAVE_LLVM
#
# llvm version
#
-config EMBTK_LLVM_HOST_VERSION_3_5_0
+config EMBTK_LLVM_HOST_VERSION_3_5_1
bool
select EMBTK_LLVM_HOST_NEED_PATCH
@@ -69,7 +69,7 @@ config EMBTK_LLVM_HOST_CATEGORY
#
config EMBTK_LLVM_HOST_VERSION_STRING
string
- default "3.5.0" if EMBTK_LLVM_HOST_VERSION_3_5_0
+ default "3.5.1" if EMBTK_LLVM_HOST_VERSION_3_5_1
default "3.4.1" if EMBTK_LLVM_HOST_VERSION_3_4_1
default "git" if EMBTK_LLVM_HOST_VERSION_GIT