mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
8 lines
503 B
Text
8 lines
503 B
Text
//===----------------------------------------------------------------------===//
|
|
// 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.
|