forked from OSchip/llvm-project
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
llvm-svn: 243639
This commit is contained in:
parent
2041b1dd0b
commit
1c84ff5f60
|
@ -496,6 +496,7 @@ TEST_F(MCJITCAPITest, addGlobalMapping) {
|
|||
SKIP_UNSUPPORTED_PLATFORM;
|
||||
|
||||
Module = LLVMModuleCreateWithName("testModule");
|
||||
LLVMSetTarget(Module, HostTriple.c_str());
|
||||
LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), NULL, 0, 0);
|
||||
LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType);
|
||||
|
||||
|
|
Loading…
Reference in New Issue