Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
..
CMakeLists.txt 3aabdebde2 [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. 11 жил өмнө
ModuleMaker.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
README.txt 18d52f2fb5 Convert a bunch of uses of 'bytecode' into 'bitcode'. This 15 жил өмнө

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 bitcode file to standard output. It is designed to show some basic
usage of LLVM APIs, and how to link to LLVM libraries.