项目作者: TianyiChen

项目描述 :
Easily build LLVM
高级语言:
项目地址: git://github.com/TianyiChen/llvm-build.git
创建时间: 2020-06-13T17:53:09Z
项目社区:https://github.com/TianyiChen/llvm-build

开源协议:MIT License

下载


LLVM-build

Make building LLVM and switching between commits painless.

Usage

  • Create an issue with the desired LLVM commit as its title
  • When the build is ready, the issue should be closed and you will receive an email by default
  • The build will appear in releases
  • Download and extract it in /tmp/llvm-project
    Example: curl -L https://github.com/TianyiChen/llvm-build/releases/download/48a8c7dc/clang11-virtualroot.tar.gz| tar -xz
  • Set environment variables
    1. export LLVM_VIRT=/tmp/llvm-project/virtualroot
    2. export PATH=$LLVM_VIRT/bin:$PATH
    3. export LD_LIBRARY_PATH=$LLVM_VIRT/lib:$LD_LIBRARY_PATH

Issues

Issues in this repository are meant to be handled by scripts, issues for humans can be submitted at https://github.com/TianyiChen/llvm-build-issues/issues

Notes