[PATCH] D133773: [clang] fix linker executable path in test

Alvin Wong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 10:53:05 PDT 2022


alvinhochun added a comment.

The literal dots have not been escaped as `\.`, but the current change works anyway and the chance of false positives here should be very low. I guess this is acceptable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133773



More information about the cfe-commits mailing list