[PATCH] D50563: Fixed frontend clang tests in windows read-only container

Stella Stamenova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 28 16:55:18 PST 2019


stella.stamenova added a comment.

@thakis Thanks for the information, I had actually missed that.

The way this test is written, it needs to use a directory (so %T is "correct"), but to remove %T, it could be changed to use something like ```%t.doesnotexist.somename``` instead. If you feel strongly about not introducing an additional usage of %T, I can look at making the change.


Repository:
  rC Clang

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

https://reviews.llvm.org/D50563





More information about the cfe-commits mailing list