[llvm-bugs] [Bug 28525] New: %T is not defined correctly in LIT docs

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 12 10:24:56 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: oribrost at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160712/600f280f/attachment.html>


More information about the llvm-bugs mailing list