This is an archive of the discontinued LLVM Phabricator instance.

[llvm][TextAPI/MachO] Extract common code into unittest helper (NFC)
ClosedPublic

Authored by JDevlieghere on Jan 24 2020, 12:09 AM.

Details

Summary

This extract common code between the 4 TBD formats in a header that can be shared.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jan 24 2020, 12:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 12:09 AM
Herald added a subscriber: dexonsmith. · View Herald Transcript

Unit tests: unknown.

clang-tidy: fail. clang-tidy found 1 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

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:19 PM

LGTM, thank you for cleaning this up.

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