[PATCH] D99807: [lld-macho][nfc] Rename some tests
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 11:14:05 PDT 2021
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
"stub" is a bit too overloaded... we were using it to refer to
TAPI files, but it's also the name for the PLT trampolines in Mach-O.
Going ahead, let's just use "TAPI" or ".tbd" to refer to TAPI stuff.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99807
Files:
lld/test/MachO/dylink-lazy.s
lld/test/MachO/stub-framework.s
lld/test/MachO/stub-link-by-arch.s
lld/test/MachO/stub-link.s
lld/test/MachO/tapi-framework.s
lld/test/MachO/tapi-link-by-arch.s
lld/test/MachO/tapi-link.s
lld/test/MachO/x86-64-stubs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99807.334995.patch
Type: text/x-patch
Size: 7938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210402/890847c9/attachment.bin>
More information about the llvm-commits
mailing list