Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3ed76d05a78dd543a44abf0a152fe88d3a21bb1d
d83fdd0c25dc0377ce4f6ef52859e0af108b2214
Loading