[PATCH] D48730: [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 14:24:11 PDT 2018


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

Okay.  Most compilers don't bother with location lists at -O0, and Clang is among them.  So this should be fine for -O0 and won't break your tools at higher optimization.  LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D48730





More information about the llvm-commits mailing list