_HAS_STATIC_RTTI should be set to 0 only by -fno-rtti according to the summary of https://reviews.llvm.org/D103771.
rdar://92039243
Differential D124312
[Driver] Call hasFlag instead of hasArg ahatanak on Apr 22 2022, 4:59 PM. Authored by
Details
_HAS_STATIC_RTTI should be set to 0 only by -fno-rtti according to the summary of https://reviews.llvm.org/D103771. rdar://92039243
Diff Detail
Event TimelineComment Actions Ouch! Two bugs, and the one in the testsuite covered up the former one. Thank you for noticing. |