[all-commits] [llvm/llvm-project] 78c04f: [lld/mac] Don't warn on -bundle and -execute flags
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Nov 30 13:10:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78c04fe99ec0013c53cd5d165543200009116c85
https://github.com/llvm/llvm-project/commit/78c04fe99ec0013c53cd5d165543200009116c85
Author: Nico Weber <thakis at chromium.org>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M lld/MachO/Options.td
M lld/test/MachO/load-commands.s
Log Message:
-----------
[lld/mac] Don't warn on -bundle and -execute flags
They've been implemented since D87856 but since they still were
HelpHidden, the driver still warned claiming they were implemented.
Remove HelpHidden.
Use -fatal_warnings to test that the flags now don't warn. The
test depends on D91894 and D91891 to pass.
Differential Revision: https://reviews.llvm.org/D91971
More information about the All-commits
mailing list