mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
llvm-svn: 243639
This commit is contained in:
parent
dcd7a1bde2
commit
8d3f0a8c24
@ -496,6 +496,7 @@ TEST_F(MCJITCAPITest, addGlobalMapping) {
|
|||||||
SKIP_UNSUPPORTED_PLATFORM;
|
SKIP_UNSUPPORTED_PLATFORM;
|
||||||
|
|
||||||
Module = LLVMModuleCreateWithName("testModule");
|
Module = LLVMModuleCreateWithName("testModule");
|
||||||
|
LLVMSetTarget(Module, HostTriple.c_str());
|
||||||
LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), NULL, 0, 0);
|
LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), NULL, 0, 0);
|
||||||
LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType);
|
LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user