Displaying 1 result from an estimated 1 matches for "db8c6ba".
Did you mean:
cb8b6ba
2007 Aug 22
1
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
Hello, Michael
> Hi, I'm guessing that no one has tried this exact combination yet.
Some quick notes, which can be not connected to your problem.
1. You might need the following patch for FP constants to work properly:
diff --git a/gcc/llvm-convert.cpp b/gcc/llvm-convert.cpp
index 4c9c8d0..db8c6ba 100644
--- a/gcc/llvm-convert.cpp
+++ b/gcc/llvm-convert.cpp
@@ -5157,11 +5157,6 @@ Constant
*TreeConstantToLLVM::ConvertREAL_CST(tree exp) {
UArr[0] = RealArr[0]; // Long -> int convert
UArr[1] = RealArr[1];
- // FIXME: verify on big-endian targets and cross from big- to little-
endi...