Skip to content

Commit

Permalink
Merge pull request #38 from luciouskami/llvm-19.x
Browse files Browse the repository at this point in the history
update ReadMe
  • Loading branch information
KomiMoe authored Aug 28, 2024
2 parents a24aea6 + 56608f9 commit 276f88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ $ make
可以通过**annotate**对特定函数**开启/关闭**指定混淆选项:

```cpp
//fla表示编译选项中的cff
[[clang::annotate("-fla -icall")]] int foo(auto a, auto b){
return a + b;
}
Expand Down

0 comments on commit 276f88b

Please sign in to comment.