Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Nov 7, 2023
1 parent adc8493 commit f5bd16c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/halide-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
} else {
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-halide-host-tools-dir-cmake-option.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-autoschedulers.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-llvm-host-bin-dir-cmake-option.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-clang-verbose-build-warnings.patch
}
Expand Down Expand Up @@ -235,7 +234,6 @@ jobs:
cmake -G Ninja -S halide -B halide-build $CMakeArgs `
-DLLVM_DIR="$Env:LLVM_TARGET_DIR" `
-DClang_DIR="$Env:CLANG_HOST_DIR" `
-DHALIDE_HOST_TOOLS_DIR="$Env:HALIDE_HOST_TOOLS_DIR" `
-DLLVM_HOST_BIN_DIR="$Env:LLVM_HOST_BIN_DIR" `
-DCMAKE_INSTALL_PREFIX="halide-install" `
-DCMAKE_TOOLCHAIN_FILE="$CMakeToolchainFile"
Expand Down

0 comments on commit f5bd16c

Please sign in to comment.