[all-commits] [llvm/llvm-project] 51ee08: [ELF] Enforce double-dash form for --ignore-{data, ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Nov 10 01:17:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51ee08c2175d677ec6dbd9622c1798b0d7bda06c
https://github.com/llvm/llvm-project/commit/51ee08c2175d677ec6dbd9622c1798b0d7bda06c
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M lld/ELF/Options.td
Log Message:
-----------
[ELF] Enforce double-dash form for --ignore-{data,function}-pointer-equality --reproduce --thread
They are LLD-specific options. We have enforced double-dash forms for
other options (reduce collision with short options) but missed them.
More information about the All-commits
mailing list