Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadimounir <fadim@microsoft.com>2017-01-24 22:04:27 +0300
committerfadimounir <fadim@microsoft.com>2017-01-24 22:04:27 +0300
commitcbaa93ad96be175dfe82e8b1b4538021278ca184 (patch)
tree48fc3b0b0979100578bfe09446d9026f3f437e10 /src/Native/Runtime/CMakeLists.txt
parent3e9ccf58f5beaa050910a71290a843b154626c4e (diff)
Enabling the calling convention conversion functionality in the non-portable CoreRT, and adding all the conversion helper stubs
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index b2a5c7e42..d0c11fd76 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -136,6 +136,8 @@ endif()
list(APPEND RUNTIME_SOURCES_ARCH_ASM
${ARCH_SOURCES_DIR}/AllocFast.${ASM_SUFFIX}
+ ${ARCH_SOURCES_DIR}/CallDescrWorker.${ASM_SUFFIX}
+ ${ARCH_SOURCES_DIR}/CallingConventionConverterHelpers.${ASM_SUFFIX}
${ARCH_SOURCES_DIR}/ExceptionHandling.${ASM_SUFFIX}
${ARCH_SOURCES_DIR}/Interlocked.${ASM_SUFFIX}
${ARCH_SOURCES_DIR}/PInvoke.${ASM_SUFFIX}