[LLVMdev] LLVM and Eclipse
Óscar Fuentes
ofv at wanadoo.es
Sun Jul 5 11:57:18 PDT 2009
Tilmann Scheller <tilmann.scheller at googlemail.com> writes:
> Apparently CMake deletes the C++ files which are generated by
> TableGen, is it possible to tell CMake to not throw them away?
Certainly the build does not delete those files. Maybe you looked at the
wrong place. Try $OBJDIR/lib/Target/X86, for instance. There you will
see the *.inc files that TableGen creates.
> Thanks for adding CMake support to LLVM!
You're welcome.
--
Óscar
More information about the llvm-dev
mailing list