10000 LDC: Add compiler-rt as git submodule · ldc-developers/llvm@de51970 · 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 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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)
0