[PATCH] D121299: [NVPTX] Disable DWARF .file directory for PTX
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 18:07:48 PST 2022
MaskRay added a comment.
I am a bit unsure whether we should make such logic spread in two places (clang Driver and MCAsmStreamer).
It's nice that `llc` without other options (-dwarf-directory=0) produced assembly can be passed to the assembler for the target but that's not a requirement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121299/new/
https://reviews.llvm.org/D121299
More information about the llvm-commits
mailing list