================
@@ -80,6 +80,11 @@ static cl::opt<bool> EnableRISCVDeadRegisterElimination(
              " them with stores to x0"),
     cl::init(true));
 
+// TODO: This should be controlled by -mtls-dialect=<option>
+cl::opt<bool> EnableRISCVTLSDESC("riscv-enable-tlsdesc",
----------------
ilovepi wrote:

That's a good suggestion. I was thinking of doing something like that as a 
follow up for the Clang driver patches, but I agree, its probably better to do 
it in this patch.

https://github.com/llvm/llvm-project/pull/66915
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to