Re: r366511 - Update the SimpleJIT class in the clang-interpreter example to use ORCv2.

2019-07-19 Thread Hans Wennborg via cfe-commits
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

r366511 - Update the SimpleJIT class in the clang-interpreter example to use ORCv2.

2019-07-18 Thread Lang Hames via cfe-commits
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