Displaying 3 results from an estimated 3 matches for "67e9a39a".
2009 May 05
0
[LLVMdev] Installing tbgen with llvm by default.
On May 4, 2009, at 11:03 PM, Mikael Lepistö wrote:
> Hi,
>
> Would it be possible to set tbgen to be installed with llvm? For our
> project http://llvm.org/ProjectsWithLLVM/#tta-tce it would be very
> helpful, because our tools generate compiler backend plugins in the
> fly for each customized processor and plugin generation needs tbgen
> for handling td files.
Sure,
2009 May 07
1
[LLVMdev] Installing tbgen with llvm by default.
...akefile and removed NO_INSTALL
define from tblgen.
Mikael Lepistö
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tblgen_install.patch
Type: text/x-patch
Size: 1192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090507/67e9a39a/attachment.bin>
2009 May 05
2
[LLVMdev] Installing tbgen with llvm by default.
Hi,
Would it be possible to set tbgen to be installed with llvm? For our
project http://llvm.org/ProjectsWithLLVM/#tta-tce it would be very
helpful, because our tools generate compiler backend plugins in the
fly for each customized processor and plugin generation needs tbgen
for handling td files.
Because of tbgen not beeing distributed, our users cannot use llvm
from their favorite