Enable ubsan on LoongArch64.
Details
Details
- Reviewers
SixWeining xen0n xry111 MaskRay XiaodongLoong - Group Reviewers
Restricted Project - Commits
- rGd3174549d25e: [ubsan] Enable loongarch64
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The test results after enabling ubsan and applying the tsan support patch are as follows,
$ make check-ubsan -j4 Testing Time: 146.26s Unsupported : 23 Passed : 228 Expectedly Failed: 1 6 warning(s) in tests Built target check-ubsan
Comment Actions
ubsan runtime almost has no arch-specific customization, so enabling it for build suffices. I don't have an environment to test it myself, though...