From ffcb7cefb1b65c5462333f715b3078ac800d1af3 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Fri, 19 Jun 2020 20:56:09 -0400 Subject: [PATCH] Move llvm to submodule --- .gitmodules | 3 +++ waterbox/libcxx/readme.txt | 3 +-- waterbox/llvm-project | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 160000 waterbox/llvm-project diff --git a/.gitmodules b/.gitmodules index ddd6a1c41d..9638ad1aa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ path = submodules/gambatte url = https://github.com/TASVideos/gambatte-speedrun.git branch = bizhawk +[submodule "waterbox/llvm-project"] + path = waterbox/llvm-project + url = git@github.com:llvm/llvm-project.git diff --git a/waterbox/libcxx/readme.txt b/waterbox/libcxx/readme.txt index 133b4a8184..24b7390cd9 100644 --- a/waterbox/libcxx/readme.txt +++ b/waterbox/libcxx/readme.txt @@ -1,7 +1,6 @@ Building and installing libcxx: -1. Clone llvm-project into $BIZHAWKGITROOT/waterbox/llvm-project - * I used eaae6dfc545000e335e6f89abb9c78818383d7ad, which was the tip of origin/release/10.x at the time +1. Check out the llvm-project submodule if you haven't already. 2. Come to this folder 3. Run ./do-everything.sh * This isn't resumable at all, so if it crashes or you're curious about the process, diff --git a/waterbox/llvm-project b/waterbox/llvm-project new file mode 160000 index 0000000000..eaae6dfc54 --- /dev/null +++ b/waterbox/llvm-project @@ -0,0 +1 @@ +Subproject commit eaae6dfc545000e335e6f89abb9c78818383d7ad