[all-commits] [llvm/llvm-project] 4274a6: [llvm][TextAPI/MachO] Extend TBD_V3 unittest to ve...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jan 23 23:19:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4274a610b3c248af8a4d3cfe7723e031465563c8
      https://github.com/llvm/llvm-project/commit/4274a610b3c248af8a4d3cfe7723e031465563c8
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/unittests/TextAPI/TextStubV3Tests.cpp

  Log Message:
  -----------
  [llvm][TextAPI/MachO] Extend TBD_V3 unittest to verify writing

The existing unit tests cover a wide variety of reading TBD files but
lack coverages on the writing side. Case in point is the macCatalyst
case which we're able to read, but not write.

This patch extends the unit test dealing with valid input to write their
content again to verify the writer.

Differential revision: https://reviews.llvm.org/D73328




More information about the All-commits mailing list