Skip to content

Commit

Permalink
Change style
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto authored Nov 1, 2024
1 parent 7859b6a commit a92e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We could not display a progress bar since it is difficult to track the GTIRB int
Check AddressSanitizer (ASan) version in the system; it may be too new for Teapot to function (see [README.md](https://github.com/lin-toto/teapot/blob/main/README.md)).
Alternatively, download an old version of `libasan.so` and `LD_PRELOAD` it into the instrumented binary.

**Linker error "undefined reference to 'xxxyyy__dift_wrapper__'"**
**Linker error `undefined reference to 'xxxyyy__dift_wrapper__'`**

Teapot DIFT does not yet support this external library function.
Teapot currently only provides DIFT support for the external library functions used by the programs in [teapot-testcases](https://github.com/lin-toto/teapot-testcases/).
Expand Down

0 comments on commit a92e0e3

Please sign in to comment.