draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

PowerPC.td needs to be symbolically linked to PPC.td #36

Closed rtc-draper closed 10 years ago

rtc-draper commented 10 years ago

Error is:

make[3]: Entering directory `/home/rick/fracture/fracture-master/lib/Target/PowerPC'
llvm[3]: Building PowerPC DAG inverse selector implementation with tblgen Could not open input file '/home/rick/fracture/llvm/lib/Target/PowerPC/PowerPC.td': No such file or directory
make[3]: *** [/home/rick/fracture/fracture-master/lib/Target/PowerPC/Debug+Asserts/PowerPCGenInvISel.inc.tmp] Error 1
make[3]: Leaving directory `/home/rick/fracture/fracture-master/lib/Target/PowerPC'

Symbolically linking (e.g., ln -s PPC.td PowerPC.td) solves the problem but a script should really be doing that (or the build process should be changed not to rely on them being the same name).