summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-01 17:20:49 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-01 20:55:21 -0700
commite174cc803601a22e067a85134c015dce41d97368 (patch)
treefde786eac0b55abca207bc63d756bfdeaf8c4057 /conf
parent4cf1e9e0baf30568851c6646510d18bad50c613b (diff)
downloadmeta-clang-e174cc803601a22e067a85134c015dce41d97368.tar.gz
clang: Update to latest on release/16.x branch
Brings these set of changes * bd6783b38076 [compiler-rt] Fix invalid triple on ARM build * ccbab5979b7b [compiler-rt] Fix scudo build on ARM * 464bda7750a3 workflows/release-tasks: Always run apt-get update before installing deps * 64a7c127cea8 workflows/release-binaries: Install missing dependencies * 12f17d196eff [docs] Add missing Clang release note. * 6e5368c3967a workflows/release-binaries: Add missing output variable * 57c2b1e9232a Bump version to 16.0.3 * 18ddebe1a1a9 Remove UB-implying metadata when promoting speculative instruction. * dbcd2e9330cd [runtimes][asan] Fix swapcontext interception * ec006fb244ff [nfc][asan] Reformat the file * c4ac4533ea2b [test][asan] Simplify test * f2b0bf320824 llvm-exegesis: Only run target specfic tests on native hosts * b32dda29731d github: Add manual workflow to build and upload release binaries * ef4c1777ee80 [flang] Complex numbers in function arguments on Windows * 840ac8c52fd1 [clang-format] Fix regression with AlignTrailingComments set to true * 70e4662aa499 Revert "[clang-format] Handle object instansiation in if-statements" * bf80902fdd43 [StackProtector] don't check stack protector before calling nounwind functions * 82432ac5cc7d [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto` * ecbc5ca533cd [libunwind][test] Add test to check for unw_resume() * 1c76740cb3b9 [AArch64] Basic target(+crypto) handling * b5aa566a7e53 [Support] Improve Windows performance of buffered raw_ostream * 74e76ab7b6f8 [LinkerWrapper] Switch to add_clang_tool() macro Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 4887914..10cb3ae 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -32,7 +32,7 @@ INHERIT += "clang"
32# Do not include clang in SDK unless user wants to 32# Do not include clang in SDK unless user wants to
33CLANGSDK ??= "0" 33CLANGSDK ??= "0"
34 34
35LLVMVERSION = "16.0.1" 35LLVMVERSION = "16.0.3"
36 36
37require conf/nonclangable.conf 37require conf/nonclangable.conf
38require conf/nonscanable.conf 38require conf/nonscanable.conf