[PATCH] D114110: [AIX] Mark tests using DWARF version less than 3 as unsupported because XCOFF64 requires DWARF64

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 16:52:13 PST 2021


shchenz added a comment.

In D114110#3147660 <https://reviews.llvm.org/D114110#3147660>, @stevewan wrote:

> Dumb question, where is the dwarf version specified?

The input ll will specify the DWARF info, see `Dwarf Version`.

So could we change the input "Dwarf Version" to 3 or above if the version is not a test point to the tests? Keeping these debug tests for AIX should be preferred.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114110



More information about the llvm-commits mailing list