[PATCH] D94655: [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for IR input
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 14 09:01:22 PST 2021
dblaikie added a comment.
Is there any way to condition this on the type of the output, rather than the input? (or, more specifically, on whether machine code is being generated)
Or maybe we could always pass the split-dwarf-file down through LLVM and not need to conditionalize it at all? It'd be a no-op if there's no DWARF in the IR anyway?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94655/new/
https://reviews.llvm.org/D94655
More information about the cfe-commits
mailing list