From f6cf791abbfc8ae2773af4e0f23c7c32bc16118e Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Mon, 10 Apr 2017 14:59:06 +0200 Subject: [PATCH] project: Add LLVM submodule --- .gitmodules | 3 +++ thirdparty/llvm | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 thirdparty/llvm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85669b6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/llvm"] + path = thirdparty/llvm + url = http://llvm.org/git/llvm.git diff --git a/thirdparty/llvm b/thirdparty/llvm new file mode 160000 index 0000000..af62906 --- /dev/null +++ b/thirdparty/llvm @@ -0,0 +1 @@ +Subproject commit af6290684b9dc470d885ed1d6c04185034130e04