Skip to content

Commit 67273dd

Browse files
committed
Added clang as a submodule to the LLVM repo.
1 parent 7867927 commit 67273dd

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
@@ -34,4 +34,4 @@ projects/*
3434
!projects/CMakeLists.txt
3535
!projects/Makefile
3636
# Clang, which is tracked independently.
37-
tools/clang
37+
#tools/clang

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "tools/clang"]
2+
path = tools/clang
3+
url = [email protected]:marinosi/clang.git

tools/clang

Submodule clang added at d0267fb

0 commit comments

Comments
 (0)