| 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
|
|
|
|
|
|
|
|
|
|
| |
Fixing a couple of asan-identified bugs
* use of an invalid "Use" iterator after the element was removed
* use of StringRef to Function name after the Function was erased
This reapplies r371567, which was reverted in r371580.
llvm-svn: 371700
|
|
|
|
|
|
|
|
| |
Looks to be failing on asan buildbots
This reverts commit r371567.
llvm-svn: 371580
|
|
Patch by Diego Treviño!
Differential Revision: https://reviews.llvm.org/D65479
llvm-svn: 371567
|