SRI-CSL / gllvm

Whole Program LLVM: wllvm ported to go
BSD 3-Clause "New" or "Revised" License
302 stars 34 forks source link

Needs update #70

Open JoraGevorgyan opened 1 year ago

JoraGevorgyan commented 1 year ago

Looks like it doesn't work with new versions of clang and linux, there are some issues connected with flags and linker.

woodruffw commented 1 year ago

there are some issues connected with flags and linker.

This is pretty vague. Could you say more about what doesn't work, and what errors you're seeing?

ianamason commented 1 year ago

I think he is trying to compile the linux kernel (which requires a very specific version of clang and linux), so I don't think these are actual issues with either wllvm or gllvm.

legendtang commented 1 year ago

While it does have issues with Clang 14 and older, newer Linux and Clang versions should work fine at my case.

JoraGevorgyan commented 1 year ago

I already found a script which solves my issue, so thanks anyway.