-
Does MSYS2 support these sanitizers like UBSan? Eg. in the gentoo they are provided by the Here is the content of When I try to compile eg. with the
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
We do but they are available only in Package contents:
|
Beta Was this translation helpful? Give feedback.
-
I don't know what is the situation now, but I have tried to compile simple programs with the clang's std c++ library in the past and I had many failures because of that I don't support clang's std c++ library. Currently, I'm only supporting ucrt64 GCC and clang, they work amazing, practically the same way as on Linux, of course except performance 😁. Do you have any plans to add these clang sanitizers to the ucrt64 env.? Of course, it's not critical. They can be enabled by |
Beta Was this translation helpful? Give feedback.
-
At least the UBsan and memory sanitizers would be very helpful. |
Beta Was this translation helpful? Give feedback.
-
just tested with updated CLANG, but still got error: |
Beta Was this translation helpful? Give feedback.
We do but they are available only in
clang*
environments: https://www.msys2.org/docs/environments/#gcc-vs-llvmclang since they require both Clang and LLD to build.Package contents: