Details
Details
- Reviewers
rnk - Commits
- rGeaae6fdf67e1: [clang] [MinGW] Allow using the vptr sanitizer
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Smells like this breaks various bots due to a -fsanitize=...,... option now listing 18 instead of 17 items, see http://lab.llvm.org:8011/#builders/76/builds/363, http://lab.llvm.org:8011/#builders/93/builds/430, http://lab.llvm.org:8011/#builders/66/builds/315, http://lab.llvm.org:8011/#builders/7/builds/303.
Comment Actions
Yep, I pushed a commit that is supposed to fix it, d3bd06f5c709fe073739a06e0d5a22020f0bf90c, but all bots haven't caught up yet. Sorry for the noise and breakage.