NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

LLVMBuilder.h was renamed to IRBuilder.h #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. after configuring gcc-4.0-iphone
2. make LLVM_VERSION_INFO=2.0 etc...
3.

What is the expected output? What do you see instead?

the compilation stops, saying LLVMBuilder.h no such file or directory
than I found this
http://www.nabble.com/llvm-gcc-4.0-not-compiling-td17156958.html
it says that LLVMBuilder.h was renamed to IRBuilder.h
after some checking it was renamed in r49604 (llvm svn)

What version of the product are you using? On what operating system?

revision 246 of iphone-dev on ArchLinux

Please provide any additional information below.

Original issue reported on code.google.com by sergio.k...@gmail.com on 2 Jun 2008 at 12:30