[Lldb-commits] [PATCH] D96778: [lldb] Fix handling of `DW_AT_decl_file` according to D91014

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 1 12:32:40 PST 2021


stella.stamenova added a comment.

In D96778#2595162 <https://reviews.llvm.org/D96778#2595162>, @jankratochvil wrote:

> In D96778#2595110 <https://reviews.llvm.org/D96778#2595110>, @stella.stamenova wrote:
>
>> What is the actual test requirement?
>
> It requires x86_64 (it is incompatible with x86_32) and hopefully it is OS-agnostic (after fixing the %clang_host).

It sounds like the statement should be either:

`REQUIRES: x86_64-linux`

or:

`REQUIRES: target-x86_64`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96778



More information about the lldb-commits mailing list