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
The issue only occurs when using depends_on_llvm, since the original LLVM overlay doesn't include the compiler-rt headers. A simple solution may be to just patch the overlay. I'm not sure whether it is trivial to upstream such a change though since upstream doesn't have an overlay for compiler-rt at all.
This is becoming a larger issue. The ROCm stack depends on LLVM so we can't sanitize it at the moment. We should fix this as soon as we have more test coverage around ROCm so that we can run a sanitized test suite.
aaronmondal
changed the title
Msan broken
Sanitizers incompatible with depends_on_llvmMar 24, 2023
We are missing
#include <sanitizer/msan_interface.h>
. Probably caused by drift from upstream. Should be easy to fix.The text was updated successfully, but these errors were encountered: