Skip to content

wsmoses/Tapir-Meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapir-Meta

This is the top-level meta-repository for downloading and building the Tapir/LLVM compiler and PClang front end.

Building Tapir/LLVM and PClang

To build Tapir/LLVM and PClang (debug-mode), execute the following commands:

git clone --recursive https://github.com/wsmoses/Tapir-Meta.git
cd Tapir-Meta/
./build.sh
source ./setup-env.sh

This produces very large, slow binaries.

Alternatively, you can get the smaller, faster release binaries using:

./build.sh release

Or, you can get something in between (optimized, but with debug information):

./build.sh debinfo

Building Tapir/LLVM and PClang can take a long time to complete, depending on the computational resources of the machine you are building on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages