From 8ece1206261505321572e2e05f7b19531ed17ba3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 7 Apr 2021 21:18:37 -0700 Subject: 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 --- recipes-devtools/clang/clang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" MINOR_VER = "0" PATCH_VER = "0" -SRCREV ?= "31001be371e8f2c74470e727e54503fb2aabec8b" +SRCREV ?= "d28af7c654d8db0b68c175db5ce212d74fb5e9bc" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf