diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-05 22:54:26 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-05 22:54:26 +0000 |
commit | 69c87b0914ee8cfb0b11546f13fd33bd5197c145 (patch) | |
tree | 3bcc797d7770f7fbead0f98034f6f179e5eed2ec /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | de872af4371ac9fb1934fbbbcfab008087e7a2b7 (diff) | |
download | llvm-69c87b0914ee8cfb0b11546f13fd33bd5197c145.zip llvm-69c87b0914ee8cfb0b11546f13fd33bd5197c145.tar.gz llvm-69c87b0914ee8cfb0b11546f13fd33bd5197c145.tar.bz2 |
PR10867. lit would interpret
RUN: a
RUN: b || true
as "a && (b || true)" in Tcl mode, and as "(a && b) || true" in sh mode.
Everyone seems to (quite reasonably) write tests assuming the Tcl behavior,
so use that in sh mode too.
llvm-svn: 169441
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions