diff options
author | Fangrui Song <i@maskray.me> | 2021-02-17 13:49:41 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-02-17 13:49:41 -0800 |
commit | 0c2bb6b446c584ab8a8b1231a136f657fa070e47 (patch) | |
tree | 4f7cad986f6fa89bf2ede7f3ea30fd7510423ec3 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | cf1ddae7e3ef58d3d19327d81db4e4244255f8ed (diff) | |
download | llvm-0c2bb6b446c584ab8a8b1231a136f657fa070e47.zip llvm-0c2bb6b446c584ab8a8b1231a136f657fa070e47.tar.gz llvm-0c2bb6b446c584ab8a8b1231a136f657fa070e47.tar.bz2 |
[Driver] Clean up some Separate form options
Drop the `Separate` form of `-fmodule-name X`, `-fprofile-remapping-file X`, and `-frewrite-map-file X`.
To the best of my knowledge they are not used. Their conventional Joined forms (`-fFOO=`) should be used instead.
`-fdebug-compilation-dir X` is used in several places, e.g. chromium/infra/goma.
It is also advertised in http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html
So we keep it but make the EQ form canonical and the Separate form an alias.
Differential Revision: https://reviews.llvm.org/D96886
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions