[PATCH] D95617: [DWARF] Inlined variables with no location should not have a DW_TAG_variable

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 05:14:58 PST 2021


thakis added a comment.

In D95617#2550717 <https://reviews.llvm.org/D95617#2550717>, @jmorse wrote:

> Hi Nico,
>
> In D95617#2550054 <https://reviews.llvm.org/D95617#2550054>, @thakis wrote:
>
>> That change makes the test fail on arm (or at least on mac/arm): http://45.33.8.238/macm1/3175/step_10.txt Please take a look.
>
> I've rolled back the change; this is curious though, because it was passing on a 32-bit arm bot [0], and I added aarch64 to the list of XFails so would imagine that arm-macs would be caught by that. What triple does that bot target?
>
> [0] http://lab.llvm.org:8011/#/builders/111/builds/1545 <--- note this has unrelated test failures

I won't be near my arm mac for a few more hours, but de1bca4b36deb2a405bed85f7a7c71c09ab3c586 <https://reviews.llvm.org/rGde1bca4b36deb2a405bed85f7a7c71c09ab3c586> suggests that the triple is `arm64-apple`.


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

https://reviews.llvm.org/D95617



More information about the llvm-commits mailing list