diff options
author | Tobias Grosser <tobias@grosser.es> | 2014-08-30 09:15:04 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2014-08-30 09:15:04 +0000 |
commit | e7e33ba13a86fbd52af07043cdfc990e4c3ed230 (patch) | |
tree | 4d06ed87c2a8bcfc1c9a429706525f8562358cbe /llvm/lib/Transforms | |
parent | 2faa569c0a62f259754432e9f8eec96279225a52 (diff) | |
download | bcm5719-llvm-e7e33ba13a86fbd52af07043cdfc990e4c3ed230.tar.gz bcm5719-llvm-e7e33ba13a86fbd52af07043cdfc990e4c3ed230.zip |
Always pipe in test files
In Polly we used to have a mix of test cases, some that used 'opt %s' and others
that used 'opt < %s'. We now change all to use 'opt < %s'. Piping in test files
is preferable as it does prevent temporary files to be written to disk. This
brings us in line with what is usus in LLVM.
llvm-svn: 216816
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions