• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..10-Oct-201313

CMakeLists.txtH A D10-Oct-201388

MakefileH A D10-Oct-2013450

ModuleMaker.cppH A D10-Oct-20132.3 KiB

README.txtH A D10-Oct-2013502

README.txt

1//===----------------------------------------------------------------------===//
2//                         ModuleMaker Sample project
3//===----------------------------------------------------------------------===//
4
5This project is an extremely simple example of using some simple pieces of the 
6LLVM API.  The actual executable generated by this project simply emits an 
7LLVM bitcode file to standard output.  It is designed to show some basic 
8usage of LLVM APIs, and how to link to LLVM libraries.
9