diff options
Diffstat (limited to 'ELF/Options.td')
| -rw-r--r-- | ELF/Options.td | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ELF/Options.td b/ELF/Options.td index 9c78608118cc..1400a206bdfc 100644 --- a/ELF/Options.td +++ b/ELF/Options.td @@ -126,7 +126,9 @@ def hash_style: S<"hash-style">, def help: F<"help">, HelpText<"Print option help">; -def icf: F<"icf=all">, HelpText<"Enable identical code folding">; +def icf_all: F<"icf=all">, HelpText<"Enable identical code folding">; + +def icf_none: F<"icf=none">, HelpText<"Disable identical code folding">; def image_base : J<"image-base=">, HelpText<"Set the base address">; |
