| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
now it's used as just a single file
llvm-svn: 372054
|
|
|
|
|
|
| |
command line rather than using #! in the test file
llvm-svn: 372049
|
|
|
|
|
|
|
|
|
| |
writable.
Instead of copying over the original file permissions, just create
a new file and add the executable bit.
llvm-svn: 371772
|
|
|
|
|
|
|
| |
(since they execute shell scripts/that's the only entry point at the
moment)
llvm-svn: 371764
|
|
|
|
| |
llvm-svn: 371755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
than unique ones - to ensure they're cleaned up
This modifies the tool somewhat to only create files when about to run
the "interestingness" test, and delete them immediately after - this
means some more files will be created sometimes (when "double checking"
work - which should probably be fixed/avoided anyway).
This now creates temporary files, rather than only unique ones, and also
uses ToolOutputFile (without ever calling "keep") to ensure the files
are deleted as soon as the interestingness test is run.
llvm-svn: 371696
|
|
|
|
| |
llvm-svn: 371679
|
|
Patch by Diego Treviño!
Differential Revision: https://reviews.llvm.org/D65026
llvm-svn: 371562
|