diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-12-27 14:27:47 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-28 18:55:14 -0800 |
commit | e59b8f560a9e436f13588223c8f30c63d02ca3d8 (patch) | |
tree | f6e830faf74d57bd30639222696991b20c3cddb9 | |
parent | b66d9631de7383f3337eaa8b2fcb350cf29822f3 (diff) | |
download | meta-clang-e59b8f560a9e436f13588223c8f30c63d02ca3d8.tar.gz |
clang: Update to latest 13.x relase
This brings in
* 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux
* ae24102617c9 [X86] Don't add implicit REP prefix to VIA PadLock xstore
* c95753ff5c11 [NFC][X86] Add MC tests for all untested VIA PadLock instructions
* d9f927f2cfe8 [sanitizer] Disable test incompartible with recert GLIBC
* abc0cf92bb14 [sanitizer] Intercept lstat on Linux
* b40f07b048c4 [msan] Add stat-family interceptors on Linux
* 59289a837b00 [AA] Handle callbr instructions in alias analysis
* 5b2990a6ff77 [ELF] #undef PPC to support GCC powerpc32 build
* bdd28a2a138f [sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34
* 2c6c3e4b713b [asan] Fix "no matching function" on GCC
* c1b51f098751 [msan] Disabled test failing on new GLIBC
* 578e500fe5ba [Sparc] Create an error when `__builtin_longjmp` is used
* cd4ebb2918ae [LazyCallGraph] Skip blockaddresses
* d4a57c84834c workflows: Update workaround for lldb on Mac OS
* d96358a28193 [compiler-rt] Increase kDlsymAllocPoolSize to fix test failures
* c446ac46746e [Passes] Fix relative lookup table converter pass
* 9fb79e6940b2 [PowerPC] Handle base load with reservation mnemonic
* e68f640deecc [ELF][PPC32] Make R_PPC32_PLTREL retain .got
* 87ca22cba2fa [Support] Attempt to fix deadlock in ThreadGroup
* d904698b53e4 [Analysis] Ignore casts and unary ops for uninitialized values
* 5932c004778c [MC][ELF] Fix accepting abbreviated form with Type change
* 29276490d13c [MC][ELF] Do not error on parsing .debug_* section directive for MIPS
* 724ed207b760 [ELF] Hint -z nostart-stop-gc for __start_ undefined references
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 c98a7dc..753dbd8 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "13" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "1" | 9 | PATCH_VER = "1" |
10 | 10 | ||
11 | SRCREV ?= "f3394dc82c20feea943293eda162b5aff2930ac9" | 11 | SRCREV ?= "9468a0f953858c696fc5a454420ef4c96e35637c" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/13.x" | 14 | BRANCH = "release/13.x" |