Skip to content

Commit

Permalink
Add ARC support to llvm-tblgen
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Dec 5, 2024
1 parent 177dd90 commit 18a5c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cd vendor/llvm_root
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../llvm
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=ARC ../llvm
cmake --build . --target llvm-tblgen --config Debug
cd ../../../
Expand Down

0 comments on commit 18a5c87

Please sign in to comment.