xiangzhai / dragonegg

DragonEgg has been migrated to GCC 8 and LLVM 6 but also able to work for GCC 4.8 and LLVM 3.3
https://gcc.gnu.org/ml/gcc/2017-08/msg00245.html
GNU General Public License v2.0
18 stars 6 forks source link

Please provide a binary #38

Open joelkraehemann opened 5 years ago

joelkraehemann commented 5 years ago

Hi, Please provide a dragonegg binary. I have compiled gcc-8.2 and llvm-8.0.0 but I am stuck with dragonegg. There various compiler errors I am not able to solve.

So why don't just provide a binary?

xiangzhai commented 5 years ago

Hi @joelkraehemann

LLVM 8 is not be fortward ported yet https://github.com/xiangzhai/dragonegg/issues/35

It only supports LLVM 3~5 right now https://github.com/xiangzhai/dragonegg/blob/master/src/Backend.cpp#L137

Regards, Leslie Zhai