OSDN Git Service

Touch output files before reading or writing them, so that they are
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 28 Sep 2004 16:04:00 +0000 (16:04 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 28 Sep 2004 16:04:00 +0000 (16:04 +0000)
commit90c82b932278426a8c3485e87569dde1365e81b9
tree2fa3500fb49e04af96c19ce5a789b686502b6609
parentef672a691c6489435f5d63d41b75fcfca153d630
Touch output files before reading or writing them, so that they are
always guaranteed to exist. This fixes PR444. Thanks to Alkis
for reporting the bug and testing the patch.
AddRecord used to return a big list, but that return value was never
used. So now it doesn't return anything.
Create the WebDir if it does not exist.
Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16541 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NightlyTest.pl