summaryrefslogtreecommitdiff
path: root/kconfig/llvm/llvm.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/llvm/llvm.kconfig')
-rw-r--r--kconfig/llvm/llvm.kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/kconfig/llvm/llvm.kconfig b/kconfig/llvm/llvm.kconfig
index c85b1a8..b8b9463 100644
--- a/kconfig/llvm/llvm.kconfig
+++ b/kconfig/llvm/llvm.kconfig
@@ -35,6 +35,9 @@ choice
help
Version of llvm you wish
+ config EMBTK_LLVM_VERSION_3_2
+ bool "llvm-3.2"
+ select EMBTK_LLVM_NEED_PATCH
config EMBTK_LLVM_VERSION_GIT
bool "Use llvm git repository"
help
@@ -67,6 +70,7 @@ config EMBTK_LLVM_REFSPEC
#
config EMBTK_LLVM_VERSION_STRING
string
+ default "3.2" if EMBTK_LLVM_VERSION_3_2
default "git" if EMBTK_LLVM_VERSION_GIT