[LLVMdev] New Configure Option for LLVM Builds

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jun 20 10:08:53 PDT 2011


On Jun 20, 2011, at 8:53 AM, Justin Holewinski wrote:

> However, as far as I know, LLVM requires static register data that is generated from tablegen files.

TableGen is not required, you can provide your own TargetRegisterInfo sub-class. That's a lot of work, though, and I wouldn't recommend it.

/jakob




More information about the llvm-dev mailing list