pascalkuthe / OpenVAF

An innovative Verilog-A compiler
https://openvaf.semimod.de/
GNU General Public License v3.0
122 stars 19 forks source link

don't vendor llvm-sys, depend on it #142

Open Kreijstal opened 1 month ago

Kreijstal commented 1 month ago
//! This is a vendored version of [llvm-sys](https://gitlab.com/taricorp/llvm-sys.rs)
//! adjusted to fit the needs of this project. Furthermore some improvements to llvm made in rustc
//! have been copied here.

Now your program will always be outdated unless you manually rebase the llvm part.

dwarning commented 1 month ago

Sorry, can you explain elaborately this finding. When it is happen, which OS you are using? Can you give some hints for the rebase action for git novices too. Thanks.

Kreijstal commented 3 weeks ago

Sorry, can you explain elaborately this finding. When it is happen, which OS you are using? Can you give some hints for the rebase action for git novices too. Thanks.

idk if you are asking for code but look at #143 143

Lang0722 commented 3 weeks ago

Sorry, can you explain elaborately this finding. When it is happen, which OS you are using? Can you give some hints for the rebase action for git novices too. Thanks.

idk if you are asking for code but look at #143 143

Thanks for your work, but could you please explain more than TLDR about your commits?

Kreijstal commented 3 weeks ago

Sorry, can you explain elaborately this finding. When it is happen, which OS you are using? Can you give some hints for the rebase action for git novices too. Thanks.

idk if you are asking for code but look at #143 143

Thanks for your work, but could you please explain more than TLDR about your commits?

im trying to depend on llvm_sys rather than on llvm itself trusting hopefully the bindings will update automatically