[PATCH] D69895: [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 13:52:48 PST 2019
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/ObjectYAML/ELFYAML.h:151
+ Fill,
+ LinkerOptions
};
----------------
Use a trailing comma so that next time the diff can contain one fewer line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69895/new/
https://reviews.llvm.org/D69895
More information about the llvm-commits
mailing list