1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Interop fixes and tests, fixing xplat struct passing issues

This commit is contained in:
Brian Fiete 2020-06-10 07:12:07 -07:00
parent 4cf6af53bd
commit 5da74382d4
31 changed files with 1569 additions and 239 deletions

13
extern/llvm_build.sh vendored
View file

@ -3,13 +3,14 @@ set -e
if [ ! -d llvm-project_8_0_0 ]; then
git clone https://github.com/llvm/llvm-project.git llvm-project_8_0_0
fi
if [ -d llvm-project_8_0_0 ]; then
cd llvm-project_8_0_0
git checkout llvmorg-8.0.0
cd ..
fi
if [ -d llvm-project_8_0_0 ]; then
cd llvm-project_8_0_0
git checkout llvmorg-8.0.0
cd ..
fi
fi
if [ ! -d llvm_linux_8_0_0 ]; then
mkdir llvm_linux_8_0_0