Skip to content

Commit

Permalink
chg
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Jun 5, 2023
1 parent f1c11a6 commit 8a5aaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions naive_ctx/src/bin/naive_ctx_cc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub fn main() {
.link_staticlib(&dir, env!("CARGO_PKG_NAME"))
.add_pass(LLVMPasses::AFLCoverage)
.add_passes_arg("-ctx") // Context sensitive coverage
.add_passes_linking_arg("-lm")
.run()
.expect("Failed to run the wrapped compiler")
{
Expand Down

0 comments on commit 8a5aaf3

Please sign in to comment.