[go-nuts] gollvm: Interpret llvm-goc LLVM-IR with lli

2020-02-04 Thread arssh70
Hello! I am doing a project in which I need to generate LLVM IR file by use gollvm . but the result that I get can not exec the .ll file by lli command any suggestion best wishes -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscrib

Re: [go-nuts] gollvm: Interpret llvm-goc LLVM-IR with lli

2020-02-04 Thread arssh70
Thank very much for your response and clarifying this issue On Tuesday, February 4, 2020 at 12:48:24 PM UTC-5, Than McIntosh wrote: > > >>in this case is Only GOLLVM does not allow to go direct to .ll or it is > general issue > > It's a general issue. Hypothetically if someone were to write anot