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

If LLVM adopts https://llvm.org/docs/Proposals/VariableNames.html , I'd like to 
use `crel` instead of `cRel`. But with the capitalized naming, I'd prefer 
`Crel`. This makes many functions' names `xxxCrels` align better with `xxxRels`.

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