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

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 14:14:27 PDT 2020


saugustine added a comment.

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.

Part of that problem is that llvm-symbolizer isn't smart enough to find the line table when .debug_info is stripped or minimal, so fixing that would be an improvement, but not in the cards for me today.


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