mstorsjo wrote: > Right, so adding an `enum DefaultableBool { Default, False, True }` and > changing the field to that value?
With such a definition, I wonder how to interpret it for MSVC targets; `UseInitArray` would be false, as MSVC uses the `.CRT` sections, neither `.ctors` not `.init_array`. But it shouldn’t be reversed, and false currently means reversing it. https://github.com/llvm/llvm-project/pull/68571 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits