Move llvm to submodule
This commit is contained in:
parent
ee6c2ba679
commit
ffcb7cefb1
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit eaae6dfc545000e335e6f89abb9c78818383d7ad
|
Loading…
Reference in New Issue