================ @@ -72,6 +72,11 @@ class CodeGenOptions : public CodeGenOptionsBase { LocalExecTLSModel }; + enum TLSDialect { ---------------- MaskRay wrote:
Prefer enum class (I think it has been more popular in other parts of Clang, perhaps CodeGen/Sema). `TLSDialect::TraditionalDynamic` and `TLSDialect::TLSDesc` https://github.com/llvm/llvm-project/pull/79031 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits