diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-25 17:12:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-01 23:03:09 -0700 |
commit | 2e74f5713bb13857872ace55ddb6e1463d3d3cc6 (patch) | |
tree | 4b4f315e7d712be5d9dee5ef8834eb051391672d | |
parent | a328000fc6091cc6ca2070cb16c0ed2313efa72e (diff) | |
download | meta-clang-2e74f5713bb13857872ace55ddb6e1463d3d3cc6.tar.gz |
clang: Update to 11.0.0-rc5
* 60a25202a7d [APFloat] prevent NaN morphing into Inf on conversion (PR43907)
* a3aee2678d0 [GlobalISel] Fix multiply with overflow intrinsics legalization generating invalid MIR.
* dda0a1867cc [LLVM 11] Add SystemZ changes to release notes
* eb83b551d3e Fix mysterious failure of SupportTests FileCheckTest.Binop
* 29392497305 [LLVM-C] Turn a ShuffleVector Constant Into a Getter.
* 9e367bd69b0 C API: functions to get mask of a ShuffleVector
* 1e4b179bf82 [CodeGen] Do not call `emitGlobalConstantLargeInt` for constant requires 8 bytes to store
* 184a13d362e AArch64/GlobalISel: Narrow stack passed argument access size
* 81eb1c1fa75 AArch64/GlobalISel: Reduced patch for bug 47619
* e9adcbfad0d release notes: mention zig as an external project
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 1cdf64e..54584d7 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "11" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "0b56e5490dc33e4e7a4fdd837e642f72a2659189" | 11 | SRCREV ?= "60a25202a7dd1e00067fcfce512086ebf3788537" |
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" |