Skip to content

Commit 55c638e

Browse files
Integrate LLVM at 1506ba95d7c3dca1abff0190550945f6cc263a99 (#4230)
Update LLVM to llvm/llvm-project@1506ba9. --------- Signed-off-by: Vivek Khandelwal <[email protected]> Co-authored-by: https://github.com/penguin-wwy
1 parent 3850332 commit 55c638e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ endif()
253253
if (TORCH_MLIR_ENABLE_STABLEHLO AND NOT TORCH_MLIR_USE_EXTERNAL_STABLEHLO)
254254
set(STABLEHLO_BUILD_EMBEDDED ON)
255255
set(STABLEHLO_ENABLE_BINDINGS_PYTHON ON)
256+
message(STATUS "Using LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING in: ${LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING}")
257+
set(LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING "DISABLED")
256258
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/externals/stablehlo
257259
${CMAKE_CURRENT_BINARY_DIR}/stablehlo
258260
EXCLUDE_FROM_ALL)

externals/llvm-project

Submodule llvm-project updated 3260 files

0 commit comments

Comments
 (0)