[PATCH] D133847: [test][clang] fix pattern for LDGARANGE-NOT in debug-options-lld test

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 09:46:36 PDT 2022


dblaikie added a comment.

Presumably this would break if someone's build uses a tool suffix (so lld becomes lld-tot or something like that)? Perhaps `lld[^"]*"` would be better?
Are there other test cases that test something similar that we could look at to see how they work/more likely get something that works as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133847



More information about the cfe-commits mailing list