From fc75e1e385418d8805a2f899222d56a5e53fceba Mon Sep 17 00:00:00 2001 From: Garra1980 Date: Fri, 15 May 2026 15:52:55 +0000 Subject: [PATCH 1/2] [LLVM Pulldown] Bump to rev d83fdd0c25dc0377ce4f6ef52859e0af108b2214 --- build_tools/llvm_version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index b1f60a980..897a0e8e0 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1 +1 @@ -3ed76d05a78dd543a44abf0a152fe88d3a21bb1d +d83fdd0c25dc0377ce4f6ef52859e0af108b2214 From d78537349b99bc607405ff42f295f99ce0e85a7e Mon Sep 17 00:00:00 2001 From: Igor Zamyatin Date: Fri, 15 May 2026 14:36:41 -0500 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edc0a9cba..efcffe17e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,8 @@ endif() set(IMEX_EXTERNAL_PROJECT_BUILD OFF) -set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall -Werror -Wnon-virtual-dtor") +# TODO: Add Werror whcih was switched off temporary since upstream build error +set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall -Wnon-virtual-dtor") if(NOT (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) AND NOT DEFINED MLIR_BINARY_DIR) # Building as part of LLVM via the external project mechanism.