This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. llvm-svn: 65944
8 lines
249 B
TableGen
8 lines
249 B
TableGen
//===- Plugin.td - A skeleton plugin for LLVMC -------------*- tablegen -*-===//
|
|
//
|
|
// Write the code for your plugin here.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
include "llvm/CompilerDriver/Common.td"
|