Richard Smith 00fb9c429e 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169441 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 22:54:26 +00:00
..
2012-12-05 22:54:26 +00:00
2012-07-23 08:51:15 +00:00
2012-12-02 16:40:38 +00:00
2012-03-23 05:50:46 +00:00
2012-01-26 22:06:23 +00:00
2012-11-17 06:38:44 +00:00