[PATCH] D133841: [test][clang] run test for lld emitting dwarf-aranages only if lld is presented

Alex Gatea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 05:33:38 PDT 2022


alexgatea reopened this revision.
alexgatea added a comment.
This revision is now accepted and ready to land.

Hi
This test case is still failing for me due to the lines without -fuse-ld=ldd:

  // RUN: %clang -### -target x86_64-unknown-linux -flto -gdwarf-aranges %s 2>&1 | FileCheck -check-prefix=LDGARANGE %s
  // RUN: %clang -### -target x86_64-unknown-linux -flto=thin -gdwarf-aranges %s 2>&1 | FileCheck -check-prefix=LDGARANGE %s

Can you please fix this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133841



More information about the cfe-commits mailing list