summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-07 21:18:37 -0700
committerKhem Raj <raj.khem@gmail.com>2021-04-08 07:59:55 -0700
commit8ece1206261505321572e2e05f7b19531ed17ba3 (patch)
treef10bb9ba578c24f608b81f67b9da8eb85ac73be5
parenta25338600b84eeafa11554ffe4af6d437772ec9f (diff)
downloadmeta-clang-8ece1206261505321572e2e05f7b19531ed17ba3.tar.gz
clang: Upgrade to 12.0.0 RC5
* d28af7c654d8 remove -fpch-codegen and -fpch-debuginfo from Clang 12.0 release notes * 04ba60cfe598 [ORC][C-bindings] Fix some ORC C bindings function names and signatures. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/clang.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 8de8dd4..7db4883 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -8,7 +8,7 @@ MAJOR_VER = "12"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "0" 9PATCH_VER = "0"
10 10
11SRCREV ?= "31001be371e8f2c74470e727e54503fb2aabec8b" 11SRCREV ?= "d28af7c654d8db0b68c175db5ce212d74fb5e9bc"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/${MAJOR_VER}.x" 14BRANCH = "release/${MAJOR_VER}.x"