Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yingwei Zheng <dtcxzyw2333@gmail.com>
  • Loading branch information
dtcxzyw authored Feb 4, 2025
1 parent 5870123 commit d2ca99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Test
run: |
echo "int add(int a, int b) { return a + b; }" > test.c
clang -fpass-plugin=./cclang.so test.c -S -emit-llvm
clang-21 -fpass-plugin=./cclang.so test.c -S -emit-llvm
cat test.ll | grep -vqz "nsw"
working-directory: build

0 comments on commit d2ca99d

Please sign in to comment.