Giter Club home page Giter Club logo

llvm-build-12's Introduction

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
export LLVM_VIRT=/tmp/llvm-project/virtualroot
export PATH=$LLVM_VIRT/bin:$PATH
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

  • Instead of clone and checkout, there's another way git fetch origin <commit>, which does not differ much in benchmark.
  • LLVM needs to be compiled with itself (currently clang-11) if you are making intensive use of it (for example, running it with a plugin). Otherwise you may encounter some mysterious issues.
  • If you want to store the binaries somewhere else, you can create a link:
# run within the folder for actural storage
ln -s $PWD /tmp/llvm-project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.