[PATCH] D90507: Adding DWARF64 clang flag

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 21:40:08 PST 2020


ikudrin added a comment.

1. The patch needs tests to check the added functionality.
2. DWARF64 can be generated only for a limited number of targets. There should be diagnostics for invalid switch combinations to prevent misuse. @MaskRay mentioned that in the patch for `llc`, D87011#2254749 <https://reviews.llvm.org/D87011#2254749>, but that makes a lot more sense for user-level tools.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90507/new/

https://reviews.llvm.org/D90507



More information about the llvm-commits mailing list