[PATCH] D45782: [DEBUGINFO, NVPTX] Allow to disable debug info from command line.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 12:52:18 PDT 2018


ABataev added a comment.

In https://reviews.llvm.org/D45782#1071334, @aprantl wrote:

> Why can't  you use the kind=NoDebug flag on DICompileUnit like the other profiling modes do?


We need to emit `.loc` and `.file` directives, NoDebug disables debug info completely.


Repository:
  rL LLVM

https://reviews.llvm.org/D45782





More information about the llvm-commits mailing list