Displaying 2 results from an estimated 2 matches for "ppcasmprint".
Did you mean:
ppcasmprinter
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
...information with tblgen
llvm[3]: Building PPC.td DAG instruction selector implementation with tblgen
llvm[3]: Building PPC.td subtarget information with tblgen
llvm[3]: Building PPC.td calling convention information with tblgen
llvm[3]: Building PPC.td MC code emitter with tblgen
llvm[3]: Compiling PPCAsmPrinter.cpp for Release build
In file included from MCTargetDesc/PPCMCTargetDesc.h:41:0,
from MCTargetDesc/PPCBaseInfo.h:20,
from PPC.h:18,
from PPCAsmPrinter.cpp:20:
/mnt/EXT/00/llvm/work/src/llvm-3.0rc2.src/lib/Target/PowerPC/PPCGenRegisterInfo.inc:17:...
2008 Nov 12
1
[LLVMdev] cmake patch to build other targets
...patch to improve including targets other than X86 in
CMake MSVC builds.
When adding libs to link, rather than always using LLVMX86CodeGen and
LLVMX86AsmPrinter, it grabs the correct ones.
It also adds "force-link-ints" to the various TargetMachine cpp files,
as well as X86AsmPrinter and PPCAsmPrinter. These are needed to be
able to encourage the Win32 linker to include those libs (even though
they're otherwise unreferenced) so that the registration global ctors
are run. llc's build file is updated to force include these modules
when appropriate.
scott
-------------- next part -------...