[lld] 9456e72 - [lld-macho][nfc] Rename some tests

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 12:10:21 PDT 2021


Author: Jez Ng
Date: 2021-04-06T15:10:00-04:00
New Revision: 9456e720ec8465a9da2acbda14cd7d67cddf16f7

URL: https://github.com/llvm/llvm-project/commit/9456e720ec8465a9da2acbda14cd7d67cddf16f7
DIFF: https://github.com/llvm/llvm-project/commit/9456e720ec8465a9da2acbda14cd7d67cddf16f7.diff

LOG: [lld-macho][nfc] Rename some tests

"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.

Reviewed By: #lld-macho, oontvoo

Differential Revision: https://reviews.llvm.org/D99807

Added: 
    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

Modified: 
    

Removed: 
    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


################################################################################
diff  --git a/lld/test/MachO/stub-framework.s b/lld/test/MachO/tapi-framework.s
similarity index 100%
rename from lld/test/MachO/stub-framework.s
rename to lld/test/MachO/tapi-framework.s

diff  --git a/lld/test/MachO/stub-link-by-arch.s b/lld/test/MachO/tapi-link-by-arch.s
similarity index 100%
rename from lld/test/MachO/stub-link-by-arch.s
rename to lld/test/MachO/tapi-link-by-arch.s

diff  --git a/lld/test/MachO/stub-link.s b/lld/test/MachO/tapi-link.s
similarity index 100%
rename from lld/test/MachO/stub-link.s
rename to lld/test/MachO/tapi-link.s

diff  --git a/lld/test/MachO/dylink-lazy.s b/lld/test/MachO/x86-64-stubs.s
similarity index 100%
rename from lld/test/MachO/dylink-lazy.s
rename to lld/test/MachO/x86-64-stubs.s


        


More information about the llvm-commits mailing list