blob: 55ddb1cf415a8a6b95c0c942b2e51e2e25f0f42a [file] [log] [blame] [edit]
#!/bin/bash
os=$(uname -s | tr '[A-Z]' '[a-z'])
arch=$(uname -m | tr '[A-Z]' '[a-z'] | sed -E 's/^x86_64$/x64/')
rm -f "$1"
cp "../../buildtools/$os-$arch/clang/bin/llvm" "$1"
chmod +x "$1"
INCLUDE=${INCLUDE//\\/\/}
"$@"