aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-06-14 00:53:15 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-06-14 01:00:17 +0200
commitcbdf132edf885adfcc527f0f1cb40df29e089c14 (patch)
tree66343d9422f3001d117f5e03cad227643421793b /.gitmodules
parentf423280a90a34cd04ec3cf34eaeb18cff83aad10 (diff)
Skeleton of libcxxabi's usage.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 52db29be00..afde4d34f3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,11 @@
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
+[submodule "third_party/libcxxabi"]
+ path = third_party/libcxxabi
+ url = https://github.com/llvm-mirror/libcxxabi.git
+ branch = release_60
+[submodule "third_party/libcxx"]
+ path = third_party/libcxx
+ url = https://github.com/llvm-mirror/libcxx.git
+ branch = release_60