diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-05 22:18:04 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-05 22:18:04 +0000 |
commit | ca952281611205fbc36d0516a595f9751e071d36 (patch) | |
tree | f8a89ee8500e394d0aba9539a75be5f3ae78c5be /lib/Frontend/CompilerInvocation.cpp | |
parent | d10682f7d2944cafb4bc6555df5ab66cd24f8cd8 (diff) |
Fix an egregiously broken test. This pattern doesn't work:
RUN: a
RUN: b || true
lit expands it to a && b || true, and the || true applies to both commands (thus ignoring failures in 'a')! This is PR10867 again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions