Skip to content

Instantly share code, notes, and snippets.

@flounderK
Last active April 29, 2025 00:02
Show Gist options
  • Save flounderK/090a313d099858fe0ffc0d5964f9717a to your computer and use it in GitHub Desktop.
Save flounderK/090a313d099858fe0ffc0d5964f9717a to your computer and use it in GitHub Desktop.
build llvm
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
cmake -S llvm -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_INSTALL_UTILS=ON -DLLVM_ENABLE_PROJECTS=clang
ninja -C build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment