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

Commit efb2a61

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 9c31578 commit efb2a61

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
@@ -60,7 +60,7 @@ tools/clang
6060
# LLDB, which is tracked independently.
6161
tools/lldb
6262
# lld, which is tracked independently.
63-
tools/lld
63+
#tools/lld
6464
# llgo, which is tracked independently.
6565
tools/llgo
6666
# 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 28fc253

0 commit comments

Comments
 (0)