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
Paths
| Differential D73829
[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
Diff Detail
Event TimelineMaskRay added a parent revision: D73828: [yaml2obj][test] Simplify some e_machine EI_CLASS EI_DATA tests.Jan 31 2020, 11:54 PM Comment Actions 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.
Revision Contents
Diff 241866 llvm/include/llvm/ObjectYAML/ELFYAML.h
llvm/lib/ObjectYAML/ELFYAML.cpp
llvm/test/tools/obj2yaml/relr-section.yaml
llvm/test/tools/yaml2obj/ELF/class-endianness.yaml
llvm/test/tools/yaml2obj/ELF/relr-section.yaml
llvm/test/tools/yaml2obj/ELF/stack-sizes.yaml
|