Skip to content

Commit

Permalink
Make the build directory for LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Oct 21, 2023
1 parent 8108376 commit 3cd720c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Build LLVM and MLIR
run: |
mkdir -p ./thirdparty/llvm-project/build
pushd ./thirdparty/llvm-project/build
cmake -G Ninja ../llvm \
-DLLVM_ENABLE_PROJECTS=mlir \
Expand Down

0 comments on commit 3cd720c

Please # to comment.