[PATCH] D69074: [lld][test] Fix use of escape character in an lld test on Windows
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 02:32:18 PDT 2019
jhenderson added a comment.
Drive-by comment, mostly as an FYI: I'm pretty sure %T has been deprecated because it can cause race conditions (multiple tests can have the same %T) and users should change to create a directory using %t and work inside there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69074/new/
https://reviews.llvm.org/D69074
More information about the llvm-commits
mailing list