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

Commit de51970

Browse files
committed
LDC: Add compiler-rt as git submodule
1 parent 6f2e465 commit de51970

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
@@ -46,7 +46,7 @@ autoconf/autom4te.cache
4646
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
4747
#==============================================================================#
4848
# External projects that are tracked independently.
49-
projects/*
49+
#projects/*
5050
!projects/*.*
5151
!projects/Makefile
5252
runtimes/*

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "lld"]
22
path = tools/lld
33
url = https://github.com/ldc-developers/lld.git
4+
[submodule "projects/compiler-rt"]
5+
path = projects/compiler-rt
6+
url = https://github.com/llvm-mirror/compiler-rt.git

projects/compiler-rt

Submodule compiler-rt added at a4cbb02

0 commit comments

Comments
 (0)