You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TROUBLESHOOTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We could not display a progress bar since it is difficult to track the GTIRB int
13
13
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)).
14
14
Alternatively, download an old version of `libasan.so` and `LD_PRELOAD` it into the instrumented binary.
15
15
16
-
**Linker error "undefined reference to 'xxxyyy__dift_wrapper__'"**
16
+
**Linker error `undefined reference to 'xxxyyy__dift_wrapper__'`**
17
17
18
18
Teapot DIFT does not yet support this external library function.
19
19
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/).
0 commit comments