diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-11-19 10:54:21 -0500 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-11-19 12:08:54 -0500 |
commit | 6e418decd936a3e22dec5cebc77ecb86dc7f37c3 (patch) | |
tree | 0c983dfa2c2b336e4e557ae212c7b61cc82c5347 /clang/lib/CodeGen/CGDecl.cpp | |
parent | 6b0eb5a6727590472e2e9cbf65fa2d7c3a18d2b5 (diff) | |
download | bcm5719-llvm-6e418decd936a3e22dec5cebc77ecb86dc7f37c3.tar.gz bcm5719-llvm-6e418decd936a3e22dec5cebc77ecb86dc7f37c3.zip |
[FileCheck] Use lit's internal shell for the test suite
An advantage is that there are less portability concerns when writing
tests. For example, `-u` is not supported by all implementations of
`env`, but lit's internal shell provides its own `env` that supports
`-u`.
A disadvantage is that some shell constructs, such as parentheses, are
not supported, but FileCheck's test suite currently doesn't require
such constructs.
For comparison, lit configures its test suite in the same manner. See
`llvm/utils/lit/tests/lit.cfg`.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D70278
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
0 files changed, 0 insertions, 0 deletions