[PATCH] D50057: [MC] Report fatal error for DWARF types for non-ELF object files

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 14:44:36 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Should the command line argument be ignored on platforms that don't support type units? (& this code should be an assert, rather than a runtime_fatal_error?)


Repository:
  rL LLVM

https://reviews.llvm.org/D50057





More information about the llvm-commits mailing list