diff options
| author | Zhen Cao <zhen.cao@autodesk.com> | 2017-11-17 16:17:56 +0000 |
|---|---|---|
| committer | Zhen Cao <zhen.cao@autodesk.com> | 2017-11-17 16:17:56 +0000 |
| commit | ac358137f7395b4217eb65a1a860ed2eecf1d70e (patch) | |
| tree | e9372713277ff3eaddaf172af7f4e6c0ddb2aa80 /llvm/docs | |
| parent | 0924094e347ed2bf3c6824f27931ec3571089e7b (diff) | |
| download | bcm5719-llvm-ac358137f7395b4217eb65a1a860ed2eecf1d70e.tar.gz bcm5719-llvm-ac358137f7395b4217eb65a1a860ed2eecf1d70e.zip | |
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true.
Differential Revision: https://reviews.llvm.org/D39737
llvm-svn: 318528
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStartedVS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index 50f7aa123c5..a4ff2b822fc 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/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`` |

