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

Commit 182459b

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 089d4c0 commit 182459b

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
@@ -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

+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/ldc-developers/lld.git

tools/lld

Submodule lld added at 977c965

0 commit comments

Comments
 (0)