gauravssnl / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

compilation on trunk fails because llvm/Intrinsics.gen is absent #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It reproducible on PowerPC G5 and Ubuntu 9.10 Karmic (64bit):

g++ -c -IUtil/llvm/include -I./Util/llvm/include -D__STDC_LIMIT_MACROS -
D__STDC_CONSTANT_MACROS -Woverloaded-virtual -fno-strict-aliasing -fwrapv -
Wall -DNDEBUG -g -O3  -I. -IInclude -I. -I./Include   -DPy_BUILD_CORE -Wno-
write-strings -o Python/llvm_fbuilder.o Python/llvm_fbuilder.cc 
    In file included from Python/llvm_fbuilder.cc:24: 
    Util/llvm/include/llvm/Intrinsics.h:40:35: error: llvm/Intrinsics.gen: 
No such file or directory 
[...]

Details:

http://groups.google.com/group/unladen-
swallow/browse_thread/thread/7ae36fdc909059ec/

Original issue reported on code.google.com by khame...@gmail.com on 16 Dec 2009 at 11:12

GoogleCodeExporter commented 8 years ago
the following is a quick fix to the lost dependency/rule:

...unladen-trunk/Util/llvm$ make

return back to trunk's root dir and run make again. The compilation should 
continue 
from the place it was suspended.

anyone can reflect this in the appropriate Makefile, please?

Original comment by khame...@gmail.com on 16 Dec 2009 at 12:37

GoogleCodeExporter commented 8 years ago
jyasskin has a plan to fix this.

Original comment by collinw on 16 Dec 2009 at 5:55

GoogleCodeExporter commented 8 years ago
Fixed by r938.

Original comment by jyass...@gmail.com on 16 Dec 2009 at 6:57