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 | c524ec4411503494c5f684a6caaf8003aa48d142 (patch) | |
tree | 8865fda28596fe2d1c2b73fc00d7fad78535645b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 02631c4e312f0e275a38702d7d0d5ba02c624e3a (diff) | |
download | llvm-c524ec4411503494c5f684a6caaf8003aa48d142.zip llvm-c524ec4411503494c5f684a6caaf8003aa48d142.tar.gz llvm-c524ec4411503494c5f684a6caaf8003aa48d142.tar.bz2 |
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.
llvm-svn: 169434
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions