[all-commits] [llvm/llvm-project] c6e8bf: [llvm][TextAPI/MachO] Extend TBD_V4 unittest to ve...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Feb 13 12:53:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6e8bfe7c9363129d98941373a94e22c226b4c08
https://github.com/llvm/llvm-project/commit/c6e8bfe7c9363129d98941373a94e22c226b4c08
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M llvm/unittests/TextAPI/TextStubV4Tests.cpp
Log Message:
-----------
[llvm][TextAPI/MachO] Extend TBD_V4 unittest to verify writing
Same as D73328 but for TBD_V4. One notable tidbit is that the swift abi
version for swift 1 & 2 is emitted as a float which is considered
invalid input.
Differential revision: https://reviews.llvm.org/D73330
Commit: 5810ed5186dcad03d4ae53abc103638462519f11
https://github.com/llvm/llvm-project/commit/5810ed5186dcad03d4ae53abc103638462519f11
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
A llvm/unittests/TextAPI/TextStubHelpers.h
M llvm/unittests/TextAPI/TextStubV1Tests.cpp
M llvm/unittests/TextAPI/TextStubV2Tests.cpp
M llvm/unittests/TextAPI/TextStubV3Tests.cpp
M llvm/unittests/TextAPI/TextStubV4Tests.cpp
Log Message:
-----------
[llvm][TextAPI/MachO] Extract common code into unittest helper (NFC)
This extract common code between the 4 TBD formats in a header that can
be shared.
Differential revision: https://reviews.llvm.org/D73332
Compare: https://github.com/llvm/llvm-project/compare/e3548e23657d...5810ed5186dc
More information about the All-commits
mailing list