[PATCH] D94123: [NVPTX] Strip debugging symbols for optimized NVPTX targets.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 14:37:02 PST 2021
jdoerfert added reviewers: tra, jholewinski, serge-sans-paille.
jdoerfert added subscribers: serge-sans-paille, tra.
jdoerfert added a comment.
Can we have a test for this?
@tra @jholewinski I'd be interested to hear what you think about this solution. It should allow us to stop disabling -g in the frontend, thereby providing source information to things like the remarks emitted for GPU code.
@serge-sans-paille Is the a NPM way of doing this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94123/new/
https://reviews.llvm.org/D94123
More information about the llvm-commits
mailing list