This is an archive of the discontinued LLVM Phabricator instance.

[llvm][TextAPI/MachO] Extend TBD_V4 unittest to verify writing
ClosedPublic

Authored by JDevlieghere on Jan 23 2020, 11:35 PM.

Details

Summary

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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jan 23 2020, 11:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2020, 11:35 PM
Herald added a subscriber: dexonsmith. · View Herald Transcript

Unit tests: fail. 62152 tests passed, 5 failed and 811 were skipped.

failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: fail. clang-tidy found 0 errors and 2 warnings. 0 of them are added as review comments below (why?).

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

cishida accepted this revision.Feb 12 2020, 4:20 PM

LGTM

This revision is now accepted and ready to land.Feb 12 2020, 4:20 PM
This revision was automatically updated to reflect the committed changes.