[PATCH] D103771: [clang][msvc] Define _HAS_STATIC_RTTI to 0, when compiling with -fno-rtti

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 6 12:36:05 PDT 2021


thakis added a comment.

Some background https://bugs.chromium.org/p/chromium/issues/detail?id=996675 : Back then I thought that MSVC switched to /Zc:twoPhase , but that turned out to not be true. So we never switched the default.

I think this patch here still makes sense, but I admit I don't have all the details paged in. Let's see if rnk or hans have opinions :)


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

https://reviews.llvm.org/D103771



More information about the cfe-commits mailing list