[obj2yaml] Add -o to specify output filename-o is very common among tools. yaml2obj supports -o and it surprised me thatobj2yaml doesn't support -o. Just add it which doesn't take much code.Diff
[obj2yaml] Add -o to specify output filename-o is very common among tools. yaml2obj supports -o and it surprised me thatobj2yaml doesn't support -o. Just add it which doesn't take much code.Differential Revision: https://reviews.llvm.org/D129713
show more ...
[ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2objThis patchs adds the necessary code for inspecting or creating offloadingbinaries using the standing `obj2yaml` and `yam
[ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2objThis patchs adds the necessary code for inspecting or creating offloadingbinaries using the standing `obj2yaml` and `yaml2obj` features in LLVM.Depends on D127774Reviewed By: jhendersonDifferential Revision: https://reviews.llvm.org/D127776