diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-05 19:03:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-06 08:02:24 -0700 |
commit | e836c2e89456b9a58c8a8d304309ac68fa2b9479 (patch) | |
tree | 82e2a6eb857ee239a404233c76f4aad43793b37f /recipes-devtools | |
parent | 63aac1dd1bdd792b57a07aabbd123fa4626f141e (diff) | |
download | meta-clang-e836c2e89456b9a58c8a8d304309ac68fa2b9479.tar.gz |
Clang: Update to llvmorg-16.0.1 tag
Brings following changes
* cd89023f7979 [SPARC] Attempt to fix bug introduced by D142458
* c57b104e95c1 [SPARC] Implement hooks for conditional branch relaxation
* c3591d714b49 [Local] Handle size mismatch between pointer/int in copyRangeMetadata()
* dae44c8ccc84 [clang-format] Don't annotate left brace of struct as FunctionLBrace
* 86b0c6e40502 [SelectionDAG] Correctly reduce BV to shuffle with zero on big endian
* b27338656d7d [llvm-rc] Fix the reference to the option for disabling preprocessing in a message
* b9857e6711a2 [llvm-rc] Look for "clang-<major>" when locating a suitable preprocessor
* 35551022bf04 [llvm-rc] Respect the executable specified in the --preprocessor command
* 1fa1bc9c2dff [libc++] Don't try to provide source_location on AppleClang 1403
* 555e0e732d48 [RISCV] Support emulated TLS
* 356cb7e0d016 [clang-format] Add MinDigits suboptions to IntegerLiteralSeparator
* 6bf663061947 [clang-format] Don't format already formatted integer literals
* 7b133944eb89 [RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions of known extensions
* 110b4fd2d9cf Revert "[dsymutil] dsymutil produces broken lines info (probably) with LTO on mac"
* 1e33c7482b45 [clang][MinGW] Add asan DLL lib before other libs and objects
* e59e0b9bd374 ARMFrameLowering.cpp - fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.
* 79e743f16cd9 [ARM] Handle generating SEH unwind info for t2STR_PRE/t2LDR_POST
* c163d43e2207 [libc++] Mark a test relying on `typeid` as unsupported without RTTI.
* 9ec8096d0d50 [release/16.x][libc++] Revert the bitset sort optimization
* 34e907fdba13 [libc++] Fix CI on release/16.x
* e16f668f5ed0 [clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-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 b2d7d63..1b1d2c5 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "16" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "1" | 9 | PATCH_VER = "1" |
10 | 10 | ||
11 | SRCREV ?= "42d1b276f7793999be3f9b6a99efbb143254c729" | 11 | SRCREV ?= "cd89023f797900e4492da58b7bed36f702120011" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | #BRANCH = "release/15.x" | 14 | #BRANCH = "release/15.x" |