diff options
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
| -rw-r--r-- | recipes-devtools/clang/clang.inc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 4af6a0a..5209f58 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
| @@ -2,29 +2,29 @@ LLVM_RELEASE = "" | |||
| 2 | LLVM_DIR = "llvm${LLVM_RELEASE}" | 2 | LLVM_DIR = "llvm${LLVM_RELEASE}" |
| 3 | 3 | ||
| 4 | LLVM_GIT ?= "git://github.com/llvm-mirror" | 4 | LLVM_GIT ?= "git://github.com/llvm-mirror" |
| 5 | LLVM_GIT_PROTOCOL ?= "git" | 5 | LLVM_GIT_PROTOCOL ?= "https" |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Uncomment below to enable master version of clang/llvm | 8 | # Uncomment below to enable master version of clang/llvm |
| 9 | # | 9 | # |
| 10 | MAJOR_VER = "6" | 10 | MAJOR_VER = "7" |
| 11 | MINOR_VER = "0" | 11 | MINOR_VER = "0" |
| 12 | PATCH_VER = "1" | 12 | PATCH_VER = "0" |
| 13 | 13 | ||
| 14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
| 15 | BRANCH = "release_60" | 15 | BRANCH = "release_${MAJOR_VER}${MINOR_VER}" |
| 16 | 16 | ||
| 17 | SRCREV_llvm = "5136df4d089a086b70d452160ad5451861269498" | 17 | SRCREV_llvm = "cd197f3be9d205665f3de699407c4fe1ed4415cc" |
| 18 | SRCREV_clang = "2f27999df400d17b33cdd412fdd606a88208dfcc" | 18 | SRCREV_clang = "658c2f1c721612e9a6545c0440665eebb2df632c" |
| 19 | SRCREV_compiler-rt = "0cc870394e803e12048451659fc5ccf6e69d4e70" | 19 | SRCREV_compiler-rt = "a4cbb02bca3b952117e9ccfbad8a485857f25935" |
| 20 | SRCREV_cxxabi = "9245d481eb3e890f708ff2d7dadf2a10c04748ba" | 20 | SRCREV_cxxabi = "809ebefc12d1cf3653a5459e7eb1cb13bb93fc39" |
| 21 | SRCREV_libcxx = "cb9e96f6f152733457ddf0e3296fc10d3c34c39c" | 21 | SRCREV_libcxx = "dffe9e0f1dde084f2aab8010345aeb1b7c8f7d4c" |
| 22 | SRCREV_libunwind = "68c1bfc35687033aad28657404b80b1d558a4804" | 22 | SRCREV_libunwind = "d1dee9d525dac7d7146b6e197bc330a7bd963075" |
| 23 | SRCREV_lld = "b051c1d541461251e2a3bde2afb3d0b32590118f" | 23 | SRCREV_lld = "a90eee85aee3b68cf20cbb8e4bc4a1a0469b7dd0" |
| 24 | SRCREV_lldb = "b6df24ff1b258b18041161b8f32ac316a3b5d8d9" | 24 | SRCREV_lldb = "434b6ab1b240bfdb60ba8ca645d3658bc7b27d81" |
| 25 | SRCREV_openmp = "d5aa29cb3bcf51289d326b4e565613db8aff65ef" | 25 | SRCREV_openmp = "366ce74b85790ed41f94fba7f17a0911bde83500" |
| 26 | 26 | ||
| 27 | LLVMMD5SUM = "e825e017edc35cfd58e26116e5251771" | 27 | LLVMMD5SUM = "c520ed40e11887bb1d24d86f7f5b1f05" |
| 28 | CLANGMD5SUM = "a77eac638a3aae44a2d604217d6f0f01" | 28 | CLANGMD5SUM = "444af0e124949f07f791f12c928e5994" |
| 29 | LLDMD5SUM = "c7343e1ccb3d65a14eba72ce1d548cb4" | 29 | LLDMD5SUM = "f4941ace8ddb3d6cf177fff94966319a" |
| 30 | LLDBMD5SUM = "b6320ed0b0d00ae661dd94f277bbf024" | 30 | LLDBMD5SUM = "b6320ed0b0d00ae661dd94f277bbf024" |
