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
[DeviceSanitizer] Fix libstdc++ and libc++ mismatch problem
UR will force link with libstdc++, but in in-tree build, if LLVM is built with
libc++, this will cause mismatch problem. So, in such case, we need to build
symbolizer.cpp with libc++ abi and link libc++ in.
0 commit comments