summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhen Cao <zhen.cao@autodesk.com>2017-11-17 16:17:56 +0000
committerZhen Cao <zhen.cao@autodesk.com>2017-11-17 16:17:56 +0000
commite66112a7be19fc5f77edca824b67761dc52ee913 (patch)
treeba054bf4f0c1eb4bacb6292c016ec1820e715574 /docs
parentfa8708611de351299d0cb0f07630d72fe67a5a41 (diff)
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true.
Differential Revision: https://reviews.llvm.org/D39737 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStartedVS.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index 50f7aa123c5..a4ff2b822fc 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -76,6 +76,11 @@ Here's the short story for getting up and running quickly with LLVM:
* With anonymous Subversion access:
+ *Note:* some regression tests require Unix-style line ending (``\n``). To
+ pass all regression tests, please add two lines *enable-auto-props = yes*
+ and *\* = svn:mime-type=application/octet-stream* to
+ ``C:\Users\<username>\AppData\Roaming\Subversion\config``.
+
1. ``cd <where-you-want-llvm-to-live>``
2. ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
3. ``cd llvm``