Udi Finkelstein
Udi Finkelstein
try following #1. I haven't really touched this code in many years (tried to move it to a more recent LLVM, but faced some problems). The original code isn't mine...
The last time I touched this was a few years ago. My original aim was to gradually make changes and move ahead one LLVM version at a time since I...
Please note that I updated one line above: cp -p $LLVM/Release/lib/*Synth* /usr/local/lib The original line didn't show the '*' because these are used by markdown and needed to be escaped.
OK, I have a new CentOS 7.1 test system. I downloaded gcc4.2.4 and successfully compiled it. I ran into two problems: https://gcc.gnu.org/ml/gcc-help/2014-01/msg00052.html https://gcc.gnu.org/ml/gcc/2013-07/msg00075.html I ended up solving both, unfortunately I...
Further updates - I build llvm-gcc successfully. I also seem to have problems now rebuilding LLVM 2.5 with C2verilog using soft links. for some reason the make process resolves the...
I updated the README file with build instructions and restructured the repository in a way that lets us clone directly into LLVM, yet keep the current makefile. I'm not closing...
Sorry for the late reply, summertime and all that. the VM that hosted my work on this is currently not booting (some issues with having conflicting libs on /usr/local and...
I think I ran into the same problem. I have a specific pattern (more complex that yours) that locks the diff algorithm up, but removing the diff_cleanup_merge() call avoids the...
Fixed :-) See PR above.
I wanted to suggest this a long time ago, but was too lazy... This is somewhat related to #2448 I've just opened. **Option A:** Each feed has a priority field,...