[PATCH][llvm-c] Expose MC JIT
Kaylor, Andrew
andrew.kaylor at intel.com
Wed Apr 24 10:23:11 PDT 2013
Looks good!
-Andy
From: Filip Pizlo [mailto:fpizlo at apple.com]
Sent: Tuesday, April 23, 2013 5:56 PM
To: Kaylor, Andrew
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [PATCH][llvm-c] Expose MC JIT
Updated patches. I haven't changed the MCJIT C API patch since the last iteration. Included is a second patch to add a unit test. It's a very basic test - the goal is not to test any sophisticated functionality but to just confirm that it is indeed possible to use the MCJIT C API as we discussed (i.e. no additional calls needed to get permissions right).
I tried to factor the MCJITTestBase out a bit to share exactly the right things between C++ API tests and C API tests. This involves creating yet another base class, which I call MCJITTestAPICommon - i.e. the things that are common between tests for two two APIs. The C API tests do not list Darwin as unsupported, since they are testing functionality that works fine on Darwin.
-Filip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130424/e3e19108/attachment.html>
More information about the llvm-commits
mailing list