Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit bf50dba

Browse files
committed
LDC: Add LLD as git submodule
1 parent c8fccc5 commit bf50dba

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tools/clang
5353
# LLDB, which is tracked independently.
5454
tools/lldb
5555
# lld, which is tracked independently.
56-
tools/lld
56+
#tools/lld
5757
# llgo, which is tracked independently.
5858
tools/llgo
5959
# Polly, which is tracked independently.

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lld"]
2+
path = tools/lld
3+
url = https://github.com/llvm-mirror/lld.git

tools/lld

Submodule lld added at 4439e42

0 commit comments

Comments
 (0)