Skip to content

Commit 64c5469

Browse files
authored
Update README.MD
1 parent 5fc2b7f commit 64c5469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ b. Run HexType
2525
```
2626
$ $BUILD_DIR/bin/clang++ test.cc -fsanitize=hextype
2727
```
28+
- Note that during various application tests, we found in a few cases that some type information was omitted during the transition from source code to LLVM IR (which can cause false positive issue). In order to solve this issue, HexType also relies on clang level type information using `-mllvm -create-clang-typeinfo` option.
2829

2930
c. Please enable/disable below `#define` in the `lib/hextype/rbtree.h` according to your purpose
3031
```

0 commit comments

Comments
 (0)