Skip to content

Instantly share code, notes, and snippets.

@WhiteBlue
WhiteBlue / build-llvm.bash
Created April 9, 2020 16:48 — forked from zchee/build-llvm.bash
Build llvm for OS X
#!/bin/bash
set -e
# Building LLVM on OSX CMake setup script
#
# Required:
# - clang by Xcode6 or later
# - cmake
# - ninja
#