[PATCH] D57914: [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sanitizer checks, NFC.

pierre gousseau via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 03:23:05 PST 2019


pgousseau added a comment.

In D57914#1416215 <https://reviews.llvm.org/D57914#1416215>, @jyknight wrote:

> The intricate initialization-order workarounds apparently don't work in all build modes, so I've updated this code to have constexpr functions and initializations in rL355278 <https://reviews.llvm.org/rL355278>.


Thanks for finding the issue! All constexpr sounds good!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57914





More information about the cfe-commits mailing list