[PATCH] D43627: [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 13:01:59 PST 2018


ABataev added a comment.

In https://reviews.llvm.org/D43627#1022609, @echristo wrote:

> Using sections as references is, in general, a good idea when we can so I'd rather not tie that to whether or not we emit certain sections. If you don't mind reverting that aspect of the change I'd appreciate it and we can get that in via some other preference or a strict requirement via the asm printer as we're planning on doing for the rest of the nvptx section emission.


These sections have labels inside of them + they are not supported by PTX format. Ok, I will revert the patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D43627





More information about the llvm-commits mailing list