Merged to 9.0 in r366556.
On Fri, Jul 19, 2019 at 12:46 AM Lang Hames via cfe-commits
wrote:
>
> Author: lhames
> Date: Thu Jul 18 15:47:18 2019
> New Revision: 366511
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366511&view=rev
> Log:
> Update the SimpleJIT class in the clang-interpreter exa
Author: lhames
Date: Thu Jul 18 15:47:18 2019
New Revision: 366511
URL: http://llvm.org/viewvc/llvm-project?rev=366511&view=rev
Log:
Update the SimpleJIT class in the clang-interpreter example to use ORCv2.
This will remove the ORCv1 deprecation warnings.
Modified:
cfe/trunk/examples/clang-i