[lld] [LLD] Implement --enable-non-contiguous-regions (PR #90007)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 14:28:36 PDT 2024
================
@@ -196,6 +196,9 @@ def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">;
def enable_new_dtags: F<"enable-new-dtags">,
HelpText<"Enable new dynamic tags (default)">;
+def enable_non_contiguous_regions : FF<"enable-non-contiguous-regions">,
----------------
MaskRay wrote:
We used to add some compatibility options or aliases, but mostly stopped doing do.
`--enable-non-contiguous-regions` is itself quite niche. `--enable-non-contiguous-regions-warnings` seems more niche and probably doesn't justify an ignored option.
https://github.com/llvm/llvm-project/pull/90007
More information about the llvm-commits
mailing list