Skip to content

Commit 6e7ea52

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

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
@@ -11,7 +11,7 @@ and etcs.
1111
***
1212

1313
## 1. Representation in the IR stage
14-
Please read the following article while referring to b.cpp and b.ll. [Test Folder](test/Dependency%20Test)
14+
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
1717
`__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.

0 commit comments

Comments
 (0)