efriedma-quic wrote:

Doesn't UseInitArray default to false in LLVM?

Anyway, we already have ways to make booleans optional; it's just a matter of 
implementing a "default" state, which we already do for certain options like 
code models. I don't think there's any fundamental architectural work involved 
in doing that.  (See various enums in TargetOptions.h)

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

Reply via email to