mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
94a443bb29
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 |
||
---|---|---|
.. | ||
Makefile | ||
ModuleMaker.cpp | ||
README.txt |
//===----------------------------------------------------------------------===// // ModuleMaker Sample project //===----------------------------------------------------------------------===// This project is an extremely simple example of using some simple pieces of the LLVM API. The actual executable generated by this project simply emits an LLVM bytecode file to standard output. It is designed to show some basic usage of LLVM APIs, and how to link to LLVM libraries.