mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
458b5f3d9b
commit
fc77c83c74
@ -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…
x
Reference in New Issue
Block a user