1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/tools/llvmc/example/Skeleton
Mikhail Glushenkov d52d5e93d0 Temporary copy-pasto to make examples compile.
llvm-svn: 74001
2009-06-23 20:47:24 +00:00
..
driver Temporary copy-pasto to make examples compile. 2009-06-23 20:47:24 +00:00
plugins
Makefile
README

This is a template that can be used to create your own LLVMC-based drivers. Just
copy the `Skeleton` directory to the location of your preference and edit
`Skeleton/Makefile` and `Skeleton/plugins/Plugin`.

The build system assumes that your project is based on LLVM.