Skip to content

Instantly share code, notes, and snippets.

View ian-mcdowell's full-sized avatar

Ian McDowell ian-mcdowell

View GitHub Profile
@ian-mcdowell
ian-mcdowell / LLVM_for_iOS.sh
Last active April 3, 2018 17:20 — forked from holzschu/LLVM_for_iOS.sh
Cross-compiling LLVM for iOS
#! /bin/bash
# Bail out on error
set -e
LLVM_SRC=http://releases.llvm.org/6.0.0/llvm-6.0.0.src.tar.xz
CLANG_SRC=http://releases.llvm.org/6.0.0/cfe-6.0.0.src.tar.xz
LIBCXX_SRC=http://releases.llvm.org/6.0.0/libcxx-6.0.0.src.tar.xz
LIBCXXABI_SRC=http://releases.llvm.org/6.0.0/libcxxabi-6.0.0.src.tar.xz