[PATCH] D126257: Round up zero-sized symbols to 1 byte in `.debug_aranges`.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 02:35:17 PDT 2022


DavidSpickett added a comment.

In https://reviews.llvm.org/rG38eb4fe74b38 I moved the generic test into the X86 folder as it uses an X86 triple. You could think of the folder names there having 2 meanings, 1: the tests look at things specific to that arch and 2: they use that arch's triple (I think X86 is usually the one people choose if they want to test something generic anyway).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126257



More information about the llvm-commits mailing list