Update [TA] JOJ preparation and testing
parent
f8eb2cb721
commit
d92633e580
|
|
@ -191,4 +191,10 @@ jobs:
|
||||||
|
|
||||||
According to our current observation, MemorySanitizer with `iostream` linked with uninstrumented libc++ will not work. Not sure about other libraries/headers.
|
According to our current observation, MemorySanitizer with `iostream` linked with uninstrumented libc++ will not work. Not sure about other libraries/headers.
|
||||||
|
|
||||||
Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo
|
Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo
|
||||||
|
|
||||||
|
### Test sanitizer setup
|
||||||
|
|
||||||
|
```
|
||||||
|
nm -an binary | grep san
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user