Skip to content

Commit c2cd79f

Browse files
Revert "[CI] Disable LTC build from CI (#3911)"
This reverts commit c253512.
1 parent 8dedb73 commit c2cd79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/ci/build_posix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \
5050
-DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$repo_root" \
5151
-DLLVM_TARGETS_TO_BUILD=host \
5252
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
53-
-DTORCH_MLIR_ENABLE_LTC=OFF \
53+
-DTORCH_MLIR_ENABLE_LTC=ON \
5454
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON
5555
echo "::endgroup::"
5656

0 commit comments

Comments
 (0)