llvm-6502/docs/CommandGuide
Rafael Espindola c1bb2d4325 Use pipefail when available.
This change makes test with RUN lines like
RUN: opt ... | FileCheck

fail if opt fails, even if it prints what FileCheck wants. Enabling this
found some interesting cases of broken tests that were not being noticed
because opt (or some other tool) was crashing late.

Pipefail is used when the shell supports it or when using the internal
python based tester.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187261 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 22:32:58 +00:00
..
bugpoint.rst
FileCheck.rst Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that it allows error recovery. 2013-07-18 23:26:58 +00:00
index.rst Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
lit.rst Use pipefail when available. 2013-07-26 22:32:58 +00:00
llc.rst Speling. 2013-07-24 20:47:57 +00:00
lli.rst
llvm-ar.rst llvm-ar is far closer to being a regular ar implementation now. Update the docs. 2013-07-24 13:13:24 +00:00
llvm-as.rst
llvm-bcanalyzer.rst
llvm-build.rst
llvm-config.rst
llvm-cov.rst
llvm-diff.rst
llvm-dis.rst
llvm-extract.rst
llvm-link.rst
llvm-nm.rst
llvm-prof.rst
llvm-readobj.rst Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
llvm-stress.rst
llvm-symbolizer.rst llvm-symbolizer: add support for Mach-O universal binaries 2013-06-28 08:15:40 +00:00
opt.rst
tblgen.rst Documentation: end option description with a period 2013-04-27 16:34:24 +00:00