10000 LDC: Add LLD as git submodule · ldc-developers/llvm@6f2e465 · GitHub
[go: up one dir, main page]

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

Commit 6f2e465

Browse files
committed
LDC: Add LLD as git submodule
With a tiny patch to make LDC's `-link-internally` work with LLD 6.0.
1 parent 65ce2e5 commit 6f2e465

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tools/clang
5656
# LLDB, which is tracked independently.
5757
tools/lldb
5858
# lld, which is tracked independently.
59-
tools/lld
59+
#tools/lld
6060
# llgo, which is tracked independently.
6161
tools/llgo
6262
# Polly, which is tracked independently.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lld"]
2+
path = tools/lld
3+
url = https://github.com/ldc-developers/lld.git

tools/lld

Submodule lld added at 07aa7fd

0 commit comments

Comments
 (0)
0