[all-commits] [llvm/llvm-project] 4ca0fb: [lld/mac] simplify export-options.s test a bit
Nico Weber via All-commits
all-commits at lists.llvm.org
Sat Apr 24 05:04:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ca0fbfabd7a8ba0f7a3a6c98c0ba194fb1c1506
https://github.com/llvm/llvm-project/commit/4ca0fbfabd7a8ba0f7a3a6c98c0ba194fb1c1506
Author: Nico Weber <thakis at chromium.org>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M lld/test/MachO/export-options.s
Log Message:
-----------
[lld/mac] simplify export-options.s test a bit
- the macro seems needlessly clever -- shorter and imho clearer without it
- give all filenames an extension so they look like filenames
- rename .private_extern symbol from _private to _private_extern
to prepare for follow-up that adds a truly private symbol
No behavior change.
Differential Revision: https://reviews.llvm.org/D101222
More information about the All-commits
mailing list