[PATCH] D121299: [NVPTX] Disable DWARF .file directory for PTX

Andrew Savonichev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 25 08:37:05 PDT 2022


asavonic added a comment.

I'm going to merge the patch in a couple of days, unless anyone has a strong opinion against it.
Alternative options:

- revert this default back to false (not great for other targets)
- add a check for `Triple == NVPTX` directly to llc (tools other than llc will have to replicate the same logic)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121299



More information about the cfe-commits mailing list