[LLVMdev] running tblgen

Tim Northover t.p.northover at gmail.com
Sun Feb 10 09:03:53 PST 2013


Hi Vadim,

On Sun, Feb 10, 2013 at 4:26 PM, Vadim Khoptynets <vadya.poiuj at gmail.com> wrote:
> Could somebody advice me, how can I run llvm-tblgen to get
> MyTargetGenRegisterInfo.inc file to include in MyTargerRegisterInfo.h ?

You add it to CMakeLists.txt and/or Makefile in lib/MyTarget with the
rest of your files. You should be able to see what commands are needed
from any of the other targets.

Tim.



More information about the llvm-dev mailing list