[PATCH] D102723: [HIP] Tighten checks in hip-include-path.hip test case

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 31 08:01:38 PDT 2021


yaxunl added a comment.

It seems we cannot introduce `ROOT` by line 19 since it is not used in other lines in situations where working directories have sym links.

Instead, we just change `{{.*}}clang/` to `{{.*}}/lib/clang/` in other lines. Hopefully this will still work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102723



More information about the cfe-commits mailing list