This is an archive of the discontinued LLVM Phabricator instance.

[yaml2obj] Support -D EI_DATA=
AbandonedPublic

Authored by MaskRay on Jan 31 2020, 11:53 PM.

Details

Summary

Usage:

yaml2obj -D EI_DATA=ELFDATA2LSB a.yaml | file - # ELF 32-bit LSB relocatable
yaml2obj -D EI_DATA=ELFDATA2MSB a.yaml | file - # ELF 32-bit MSB relocatable

Diff Detail

Event Timeline

MaskRay created this revision.Jan 31 2020, 11:53 PM

Unit tests: pass. 62380 tests passed, 0 failed and 839 were skipped.

clang-tidy: fail. clang-tidy found 0 errors and 6 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.

MaskRay abandoned this revision.Feb 3 2020, 1:27 PM