• Home
Name Date Size #Lines LOC

..--

CMakeLists.txtD03-May-202488 64

MakefileD03-May-2024450 155

ModuleMaker.cppD03-May-20242.3 KiB6525

README.txtD03-May-2024502 97

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