Skip to content

Commit 6050168

Browse files
committed
[external] Update submodules (add llvm)
1 parent 72aea72 commit 6050168

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ build
4141
*.log
4242
*.prj
4343

44-
llvm-project
4544
tmp

.gitmodules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[submodule "external/openscop"]
2-
path = external/openscop
1+
[submodule "externals/openscop"]
2+
path = externals/openscop
33
url = https://github.com/periscop/openscop.git
4+
[submodule "externals/llvm-project"]
5+
path = externals/llvm-project
6+
url = https://github.com/llvm/llvm-project.git

externals/llvm-project

Submodule llvm-project added at 4ba6a9c

0 commit comments

Comments
 (0)