repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
lit
/
tests
/
Inputs
/
shtest-run-at-line
/
external-shell
/
line-continuation.txt
blob
b11f0d759fe7a38b213e888d9dac0cff92a5f72f
1
# These commands must run under both bash and windows cmd.exe (with GnuWin32
2
# tools).
3
4
# RUN: echo 'foo bar' \
5
# RUN: | FileCheck %s
6
# RUN: echo \
7
# RUN: 'foo baz' \
8
# RUN: | FileCheck %s
9
# RUN: echo 'foo bar' \
10
# RUN: | FileCheck %s
11
12
# CHECK: foo bar