Displaying 2 results from an estimated 2 matches for "ppcgenregisterinfo".
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
...[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:11:
error: expected identifier before numeric constant
/mnt/EXT/00/llvm/work/src/llvm-3.0rc2.src/lib/Target/PowerPC/PPCGenRegisterInfo.inc:17:11:
error: expected unqualified-id before numeric constant
In file included from
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.5.3/../../../../include/c++/...
2012 Nov 13
2
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
...arget/PowerPC/.gitignore b/lib/Target/PowerPC/.gitignore
new file mode 100644
index 0000000..77c439b
--- /dev/null
+++ b/lib/Target/PowerPC/.gitignore
@@ -0,0 +1,8 @@
+PPCGenAsmWriter.inc
+PPCGenCallingConv.inc
+PPCGenCodeEmitter.inc
+PPCGenDAGISel.inc
+PPCGenInstrInfo.inc
+PPCGenMCCodeEmitter.inc
+PPCGenRegisterInfo.inc
+PPCGenSubtargetInfo.inc
diff --git a/lib/Target/Sparc/.gitignore b/lib/Target/Sparc/.gitignore
new file mode 100644
index 0000000..3708810
--- /dev/null
+++ b/lib/Target/Sparc/.gitignore
@@ -0,0 +1,6 @@
+SparcGenAsmWriter.inc
+SparcGenCallingConv.inc
+SparcGenDAGISel.inc
+SparcGenInstrInfo.inc...