[llvm-dev] RFC: Adding "minidump" support to obj2yaml
Adrian Prantl via llvm-dev
llvm-dev at lists.llvm.org
Wed Mar 6 08:43:39 PST 2019
I have no problem with extending yaml2obj. As for the minidump parsing code, do you think it would be possible lay it out in a way that compiling it can be optional? I would imagine that this feature is less interesting for people who want to build, e.g., non-crosscompiling Linux toolchains and since the code size of LLVM is growing very quickly people are becoming more sensitive to it.
-- adrian
More information about the llvm-dev
mailing list