From 50a46128dab2dcd71838dac67beb04304d42ecae Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 13 Jan 2023 12:58:40 -0800 Subject: [PATCH] Update LLVM to 15.0.7 This commit pulls in rust-lang/llvm-project#143 which updates the LLVM version used by rustc to 15.0.7, namely pulling in https://reviews.llvm.org/D136110 which is needed for some work I'm working on with wasm. --- src/llvm-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-project b/src/llvm-project index 9ad24035fea8..6c0bab9ef2d4 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit 9ad24035fea8d309753f5e39e6eb53d1d0eb39ce +Subproject commit 6c0bab9ef2d4c692e91e9f61e2d27514346d49f3