summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-11-17 17:31:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-11-17 17:31:20 +0000
commit1e4e74feed861f8c8f1a5cdf020561bcdad7fee7 (patch)
tree9797d160a7f31be8c68636c96d1bbc71f9a862aa /docs
parent0b373e161fe6570303b82222c270861f213c9185 (diff)
Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true."
This reverts commit r318528. MC/AsmParser/preserve-comments-crlf.s fails on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStartedVS.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index a4ff2b822fc..50f7aa123c5 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -76,11 +76,6 @@ 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``