Skip to content

Commit

Permalink
Change env/CMakeLists.txt to prevent ttlmir-opt/translate from linkin…
Browse files Browse the repository at this point in the history
…g to llvm so (#1525)
  • Loading branch information
vwellsTT authored Dec 9, 2024
1 parent e2007ef commit 8abdc36
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 @@ -54,7 +54,7 @@ ExternalProject_Add(
-DLLVM_INSTALL_GTEST=ON
-DLLVM_LINK_LLVM_DYLIB=ON
-DMLIR_BUILD_MLIR_C_DYLIB=ON
-DMLIR_LINK_MLIR_DYLIB=ON
-DMLIR_LINK_MLIR_DYLIB=OFF
-DMLIR_BUILD_MLIR_C_DYLIB=ON
# ======================
-DCMAKE_BUILD_TYPE=MinSizeRel
Expand Down

0 comments on commit 8abdc36

Please sign in to comment.