Displaying 2 results from an estimated 2 matches for "pr1521".
2007 Jun 21
3
[LLVMdev] hacked up llvm-gcc bootstraps on linux-x86_64
Bugs 1519 and 1521 currently prevent a clean bootstrap on Linux
x86_64. I was able to hack it to work :-)
The attached patch includes two parts. One is a tentative fix bug
1519: just set LastFieldStartsAtNonByteBoundry in
allFieldsAreNotBitFields.
The other one is a plain hack. llvm-gcc and gcc disagree on how to
pass some structures, so stage2 gcc fails to use the libcpp compiled
by gcc. So I
2007 Jun 21
0
[LLVMdev] hacked up llvm-gcc bootstraps on linux-x86_64
...other one is a plain hack. llvm-gcc and gcc disagree on how to
> pass some structures, so stage2 gcc fails to use the libcpp compiled
> by gcc. So I just copied a function form libcpp to gcc itself :-)
I'm not opposed to this as a short-term hack. Do you think we should
commit it until PR1521 is resolved?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/