[PATCH] D96827: [DWARF] Check for AddrOffsetSectionBase to work with DWO Units.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 19:58:26 PST 2021


dblaikie added a comment.

If possible, we tend to use assembly for tests these days, compiling the assembly with llvm-mc to an object file then running the test. Could this use that technique? (& please include a comment in the test file (which can contain the assembly - so it's all in one file) with the specific source code used to compile to the assembly, the commands used to get there, etc.

Does this have to use a linked binary? or does it reproduce on a straight .o file? If it needs to be linked... yeah, we don't have much for that short of checking in the linked binary I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96827



More information about the llvm-commits mailing list