Skip to content

Commit

Permalink
Revert "Fix ttmlir-(opt/translate) linking to llvm dylib (again) (#1621
Browse files Browse the repository at this point in the history
…)"

This reverts commit cf80a1a.
  • Loading branch information
vwellsTT committed Dec 21, 2024
1 parent cb3e406 commit 9a8c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ExternalProject_Add(
-DLLVM_ENABLE_PIC=ON
-DLLVM_BUILD_LLVM_DYLIB=ON
-DLLVM_INSTALL_GTEST=ON
-DLLVM_LINK_LLVM_DYLIB=OFF
-DLLVM_LINK_LLVM_DYLIB=ON
-DMLIR_BUILD_MLIR_C_DYLIB=ON
-DMLIR_LINK_MLIR_DYLIB=OFF
-DMLIR_BUILD_MLIR_C_DYLIB=ON
Expand Down

0 comments on commit 9a8c9f6

Please sign in to comment.