From e66112a7be19fc5f77edca824b67761dc52ee913 Mon Sep 17 00:00:00 2001 From: Zhen Cao Date: Fri, 17 Nov 2017 16:17:56 +0000 Subject: =?UTF-8?q?[MC]=20Fix=20regression=20tests=20on=20Windows=20when?= =?UTF-8?q?=20git=20=E2=80=9Ccore.autocrlf=E2=80=9D=20is=20set=20to=20true?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Differential Revision: https://reviews.llvm.org/D39737 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318528 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStartedVS.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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\\AppData\Roaming\Subversion\config``. + 1. ``cd `` 2. ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm`` 3. ``cd llvm`` -- cgit v1.2.3