From f583740522d64d593a627b66d66cb0c872006206 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 2 Sep 2024 22:37:04 +0300 Subject: [PATCH] Bump LLVM to 18.1.8 --- 3rdparty/llvm/CMakeLists.txt | 2 +- 3rdparty/llvm/llvm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/llvm/CMakeLists.txt b/3rdparty/llvm/CMakeLists.txt index ed28aa576f33..7a73e0fb57e8 100644 --- a/3rdparty/llvm/CMakeLists.txt +++ b/3rdparty/llvm/CMakeLists.txt @@ -63,7 +63,7 @@ if(WITH_LLVM) if (STATIC_LINK_LLVM) if (NOT DEFINED LLVM_TARGETS_TO_BUILD) if(COMPILER_ARM) - set(LLVM_TARGETS_TO_BUILD "AArch64;X86" CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") + set(LLVM_TARGETS_TO_BUILD "AArch64" CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") else() set(LLVM_TARGETS_TO_BUILD "X86" CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") endif() diff --git a/3rdparty/llvm/llvm b/3rdparty/llvm/llvm index cd89023f7979..3b5b5c1ec4a3 160000 --- a/3rdparty/llvm/llvm +++ b/3rdparty/llvm/llvm @@ -1 +1 @@ -Subproject commit cd89023f797900e4492da58b7bed36f702120011 +Subproject commit 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff