[all-commits] [llvm/llvm-project] 88b76c: [lld/mac] slightly improve weak-private-extern.s test
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Apr 22 19:43:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88b76cb130bb88bd20c9a07dc546f5a5efc3fc20
https://github.com/llvm/llvm-project/commit/88b76cb130bb88bd20c9a07dc546f5a5efc3fc20
Author: Nico Weber <thakis at chromium.org>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M lld/test/MachO/weak-private-extern.s
Log Message:
-----------
[lld/mac] slightly improve weak-private-extern.s test
- __got is in --bind output, so print that too (makes the test
a bit stronger)
- WEAK_DEFINES, BINDS_TO_WEAK are in the mach-o header, so
--private-header is enough, no need for --all-headers
(makes the test a bit easier to work with when it fails)
Differential Revision: https://reviews.llvm.org/D101065
More information about the All-commits
mailing list