[LLVMdev] Question about TableGen when adding LLVM Backend.

Andreas Färber andreas.faerber at web.de
Sun Mar 13 03:52:20 PDT 2011


Am 10.03.2011 um 05:35 schrieb Jakob Stoklund Olesen:

> On Mar 9, 2011, at 8:15 PM, Lu Mitnick wrote:
>
>> Hello Jakob,
>>
>> Is this means that TableGen execution is handled in Makefile.  
>> Porting programmer doesn't need to execute TableGen by hand?
>
> That's right.
>
> You are going to be editing your .td files a lot, so you want that  
> integrated in the build system.

In practice that'll mean adding the correct directives to  
CMakeLists.txt, not Makefile, right? That's what the targets I looked  
at did.
Or is that optional when you just invoke "make"?

Andreas



More information about the llvm-dev mailing list