https://llvm.org/bugs/show_bug.cgi?id=28525
Bug ID: 28525 Summary: %T is not defined correctly in LIT docs Product: Documentation Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: General docs Assignee: unassignedb...@nondot.org Reporter: oribr...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified The doc in http://llvm.org/docs/TestingGuide.html says: %T - Directory of %t. The doc in http://llvm.org/docs/CommandGuide/lit.html says: %T - temporary directory unique to the test These two definitions are not identical, and when working with lit, I noticed that the first definition is the correct one. This can cause a problem when one runs llvm-lit multithreaded on tests for which %S is the same (therefore %T will also be the same, contradicting the uniqueness in the second definition). -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs