Skip to content

Commit

Permalink
print vmlinux layout with 32-condition limit
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jul 6, 2024
1 parent 26fbdc9 commit bccf8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test workflow with LLVM 19
on:
push:
branches:
- llvm19
- num-cond-threshold
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion ci/2_pull_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ index 1c4e329fa..bfcb36562 100644
export CFLAGS_SCC_CLANG
-CFLAGS_MCDC_CLANG := -fcoverage-mcdc
+CFLAGS_MCDC_CLANG := -fcoverage-mcdc -Xclang -fmcdc-max-conditions=32767
+CFLAGS_MCDC_CLANG := -fcoverage-mcdc -Xclang -fmcdc-max-conditions=32
export CFLAGS_MCDC_CLANG
CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
Expand Down

0 comments on commit bccf8e3

Please sign in to comment.