pcc wrote: > > ELF: Introduce --shuffle-padding flag. > > We call these options. Boolean options are also called flags. We don't use "flag" to name non-boolean options. (The naming convention here is different from absl flags) Updated commit message. https://github.com/llvm/llvm-project/pull/117653