Skip to content

Commit fc738da

Browse files
authored
Update README.md
1 parent 6e7ea52 commit fc738da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and etcs.
1414
Please read the following article while referring to b.cpp and b.ll. [Test Folder](https://github.com/rollrat/custom-llvm2/tree/master/test/Dependency%20Test)
1515

1616
### 1.1. Variable marking using llvm.annotation
17-
`__attribute __ ((annotate (" message ")))` is an annotation feature provided by clang / llvm. This function allows you to know the annotated variables until the final stage of IR. You can also see the contents of `" message "` in an annotated variable.
17+
`__attribute__((annotate("message")))` is an annotation feature provided by clang / llvm. This function allows you to know the annotated variables until the final stage of IR. You can also see the contents of `" message "` in an annotated variable.
1818
``` c++
1919
int __attribute__((annotate("a"))) a = 0;
2020
```

0 commit comments

Comments
 (0)