================
@@ -61,6 +61,9 @@ class MCTargetOptions {
 
   bool Dwarf64 : 1;
 
+  // Use CREL relocation format for ELF.
+  bool Crel = false;
----------------
jh7370 wrote:

Nit here and elsewhere: Is "Crel" a correct way of spelling this? Should it be 
"CRel" (for "CompressedRelocations")? I'm assuming you're deliberately avoiding 
using CREL in this context, but an argument could be made for that too.

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

Reply via email to