Fix MCJITCAPITest.cpp unit test on Windows.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 10 May 2013 17:58:41 +0000 (17:58 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 10 May 2013 17:58:41 +0000 (17:58 +0000)
commit50be71d18262ac9f27daef14b429d8132923f1df
tree92389a4fe64f3a0698c2af2ae924b3807c7ee542
parent2e24e19cacacd4eea346b914124ffc3acadbd72e
Fix MCJITCAPITest.cpp unit test on Windows.

MCJIT on Windows requires an explicit target triple with "-elf" appended to generate objects in ELF format.  The common test framework was setting up this triple, but it wasn't passed to the C API in the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181614 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp