Skip to content

Commit

Permalink
[CIR] Move CI to CLANG_ENABLE_CIR
Browse files Browse the repository at this point in the history
ghstack-source-id: 0706d6bb81b5b8eefb04146719b4443aedb29ab1
Pull Request resolved: llvm/clangir#427
  • Loading branch information
lanza committed Jun 20, 2024
1 parent 54836c9 commit ad3304c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-cir-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-clang-cir
projects: clang;mlir;cir
projects: clang;mlir
extra_cmake_args: -DCLANG_ENABLE_CIR=ON

0 comments on commit ad3304c

Please sign in to comment.