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: #427
  • Loading branch information
lanza committed Jan 29, 2024
1 parent bdcfb7d commit b569316
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 b569316

Please sign in to comment.