[PATCH] D80168: For --relativenames, handle dwarf absolute include directories similarly to compilation directories.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 14:46:56 PDT 2020


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

In D80168#2064147 <https://reviews.llvm.org/D80168#2064147>, @saugustine wrote:

> I have added the necessary debug info to the .s file--it is a fairly minimal set. I have also removed the checked in binary.
>
> In my opinion, the test is far less clear than it was with the checked in binary--80% of the lines are now irrelevant boilerplate, and the issue this is trying to test is if llvm-symbolizer accurately reports certain details about the compilation's directory structure. But at this point I just want to move on.


That's okay. Feel free to add the original source code / instructions for how to regenerate the .s file in a comment!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80168/new/

https://reviews.llvm.org/D80168





More information about the llvm-commits mailing list