summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.rst
diff options
context:
space:
mode:
authorGuy Benyei <guy.benyei@intel.com>2013-02-06 20:40:38 +0000
committerGuy Benyei <guy.benyei@intel.com>2013-02-06 20:40:38 +0000
commit5ea04c385fc5b6aeb6404ec9a992ea8e2d149f1e (patch)
treeed51416042babd97ff8230458c51ee6578f3a029 /llvm/docs/CommandGuide/FileCheck.rst
parent4feac28e0e4bbbcd7d503171b3867cb33fc4cca7 (diff)
downloadbcm5719-llvm-5ea04c385fc5b6aeb6404ec9a992ea8e2d149f1e.tar.gz
bcm5719-llvm-5ea04c385fc5b6aeb6404ec9a992ea8e2d149f1e.zip
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.
llvm-svn: 174541
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r--llvm/docs/CommandGuide/FileCheck.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 256970b3624..fce63ba688c 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -43,7 +43,8 @@ OPTIONS
By default, FileCheck canonicalizes input horizontal whitespace (spaces and
tabs) which causes it to ignore these differences (a space will match a tab).
- The :option:`--strict-whitespace` argument disables this behavior.
+ The :option:`--strict-whitespace` argument disables this behavior. End-of-line
+ sequences are canonicalized to UNIX-style '\n' in all modes.
.. option:: -version
OpenPOWER on IntegriCloud