================ @@ -401,6 +401,8 @@ static bool initTargetOptions(DiagnosticsEngine &Diags, Options.UniqueBasicBlockSectionNames = CodeGenOpts.UniqueBasicBlockSectionNames; Options.TLSSize = CodeGenOpts.TLSSize; + // TODO: Add correct codegen options in LLVM + // Options.TLSDesc = CodeGenOpts.getDefaultTLSDialect(); ---------------- MaskRay wrote:
This should be supported in this patch, otherwise there is no point in ignoring a rarely-used GCC option. 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