[PATCH] D151511: [CMake] Enable building with UBSAN + clang-cl on windows
Duo Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 12:49:14 PDT 2023
dwang marked an inline comment as done.
dwang added a comment.
For the UBSAN crashes, I found an alternative workaround here: https://github.com/llvm/llvm-project/issues/61775. Since the errors only reproduce on windows, this seems like a cleaner fix.
I have pushed an update to outline the necessary changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151511/new/
https://reviews.llvm.org/D151511
More information about the llvm-commits
mailing list