-2

I have to generate an intermediate code from LLVM and I have to given that as the input to the Z3 prover. Is it possible?

  • HI, welcome to SO, it is important to provide well documented questions, in this guide https://stackoverflow.com/help/how-to-ask you can find some keys for it – axl-code Jan 24 '21 at 09:18

1 Answers1

2

Sure, but not for the faint-hearted. See http://rightingcode.org/tutorials/popl20/index.html for one possible approach.

alias
  • 28,120
  • 2
  • 23
  • 40