[PATCH] D68656: Add ExceptionStream to llvm::Object::minidump
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 09:12:41 PDT 2019
labath added a comment.
Thanks for taking your time to do this. I have one question: It looks like you're not using the exception code enum in the follow-up patch. I think that's completely reasonable given that the enum values are overloaded and system-dependent. But given this fact, and the fact that I am not convinced the enum values are completely right (e.g. the linux signal numbers depend also on the architecture -- though this may not manifest itself on the architectures that breakpad supports right now), what would you say to just dropping that enumeration?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68656/new/
https://reviews.llvm.org/D68656
More information about the llvm-commits
mailing list