Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
CMakeLists.txt | 20-Jun-2014 | 88 | |
Makefile | 20-Jun-2014 | 450 | |
ModuleMaker.cpp | 20-Jun-2014 | 2.3K | |
README.txt | 20-Jun-2014 | 502 |
1 //===----------------------------------------------------------------------===// 2 // ModuleMaker Sample project 3 //===----------------------------------------------------------------------===// 4 5 This project is an extremely simple example of using some simple pieces of the 6 LLVM API. The actual executable generated by this project simply emits an 7 LLVM bitcode file to standard output. It is designed to show some basic 8 usage of LLVM APIs, and how to link to LLVM libraries. 9