Differential Revision: https://reviews.llvm.org/D28687
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291948
91177308-0d34-0410-b5e6-
96231b3b80d8
* ``cd llvm/tools``
* ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
+#. Checkout LLD linker **[Optional]**:
+
+ * ``cd where-you-want-llvm-to-live``
+ * ``cd llvm/tools``
+ * ``svn co http://llvm.org/svn/llvm-project/lld/trunk lld``
+
#. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
* ``cd where-you-want-llvm-to-live``