diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-19 10:12:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-20 13:00:44 -0800 |
commit | 987fde9830f919a85f550631509310bae86a20d8 (patch) | |
tree | f7ffa291136e7ae43a10770fecc66eb1265035f8 | |
parent | ccbd3f514cc0d03f049318fcce2913c48c747472 (diff) | |
download | meta-clang-987fde9830f919a85f550631509310bae86a20d8.tar.gz |
clang: Upgrade to 11.1.0
* 1fdec59bffc1 [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS
* 85fcd4655947 workflows: Re-enable lldb test on Mac OS X
* 17e842f3785f workflows: Update action branch names
* e18e509bdb45 workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.so
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index cab70ce..e5b6793 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "11" | |||
8 | MINOR_VER = "1" | 8 | MINOR_VER = "1" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "3a8282376b6c2bb65a3bb580c10d4da1296d8df1" | 11 | SRCREV ?= "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/${MAJOR_VER}.x" | 14 | BRANCH = "release/${MAJOR_VER}.x" |