Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
jys0710 authored Jan 18, 2018
1 parent 5fc2b7f commit 64c5469
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 @@ -25,6 +25,7 @@ b. Run HexType
```
$ $BUILD_DIR/bin/clang++ test.cc -fsanitize=hextype
```
- 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.

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

0 comments on commit 64c5469

Please sign in to comment.