diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-01 10:18:01 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-01 10:18:01 +0000 |
commit | 0dec838af02e2296e755c397363d81a921dd5073 (patch) | |
tree | 063169966931850da4ba271ab784dcb48d628f09 /lib/Frontend/InitHeaderSearch.cpp | |
parent | a39be6aa63fb756b9f4e6deac440685bac14e1b7 (diff) |
lit: Add internal script execution.
- Off by default, you can test it with the --no-sh argument.
- For me it works for all but 3 tests, but there a number of FIXMEs and QOI
issues:
o Redirection isn't completely accurate -- in practice it can't portably
be, but I would like to error out if someone writes something which isn't
going to work. This is the source of the 3 test failures.
o Some pipe configurations have the potential to deadlock.
o It is significantly slower when multithreaded. I believe this is due to
locking happening under the hood, there is probably some kind of solution
but I haven't investigated yet.
o Log output is ugly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/InitHeaderSearch.cpp')
0 files changed, 0 insertions, 0 deletions