diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2022-06-10 23:34:54 -0700 |
---|---|---|
committer | Keith Smiley <keithbsmiley@gmail.com> | 2022-06-15 15:07:27 -0700 |
commit | 272bf0fc41e6a50f89dd01b55a33a3aabcdaf5a8 (patch) | |
tree | 96e7ddab7d37735ae299509e8bfc6821ab86df64 /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 3cd5696a33095fe41c8c63f933d239f2c0dbb36e (diff) | |
download | llvm-272bf0fc41e6a50f89dd01b55a33a3aabcdaf5a8.zip llvm-272bf0fc41e6a50f89dd01b55a33a3aabcdaf5a8.tar.gz llvm-272bf0fc41e6a50f89dd01b55a33a3aabcdaf5a8.tar.bz2 |
[lld-macho] Add support for exporting no symbols
As an optimization for ld64 sometimes it can be useful to not export any
symbols for top level binaries that don't need any exports, to do this
you can pass `-exported_symbols_list /dev/null`, or new with Xcode 14
(ld64 816) there is a `-no_exported_symbols` flag for the same behavior.
This reproduces this behavior where previously an empty exported symbols
list file would have been ignored.
Differential Revision: https://reviews.llvm.org/D127562
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions