[PATCH] D90572: [clang] [MinGW] Allow using the vptr sanitizer

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 3 01:46:25 PST 2020


mstorsjo added a comment.

In D90572#2370716 <https://reviews.llvm.org/D90572#2370716>, @sberg wrote:

> 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.

Yep, I pushed a commit that is supposed to fix it, d3bd06f5c709fe073739a06e0d5a22020f0bf90c <https://reviews.llvm.org/rGd3bd06f5c709fe073739a06e0d5a22020f0bf90c>, but all bots haven't caught up yet. Sorry for the noise and breakage.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90572/new/

https://reviews.llvm.org/D90572



More information about the cfe-commits mailing list