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

Commit 03e4082

Browse files
committed
LDC: Add LLD as git submodule
With a tiny patch to make LDC's `-link-internally` work with LLD for COFF and wasm targets.
1 parent 5364ee5 commit 03e4082

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
@@ -62,7 +62,7 @@ tools/clang
6262
# LLDB, which is tracked independently.
6363
tools/lldb
6464
# lld, which is tracked independently.
65-
tools/lld
65+
#tools/lld
6666
# llgo, which is tracked independently.
6767
tools/llgo
6868
# 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 d165b07

0 commit comments

Comments
 (0)