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:
authorManu <manu-silicon@users.noreply.github.com>2015-12-02 02:50:56 +0300
committerManu <manu-silicon@users.noreply.github.com>2015-12-02 02:50:56 +0300
commit7cd5a54e89ee92942913cee88242336ff02137c2 (patch)
tree48f33ab07f98720f7321943cfffae3f946e10beb /src/Native/Runtime/CMakeLists.txt
parentbce7bf46ef9b18509e4ca1a49d875eaa2c9b7b53 (diff)
Enable compilation of AsmOffsetsVerify.cpp
Fix issue /dotnet/corert/#444 to ensure that pre-computed offsets match the C/C++ structures layout.
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 9663c04ac..33e98b3fd 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -48,7 +48,7 @@ set(COMMON_RUNTIME_SOURCES
)
set(FULL_RUNTIME_SOURCES
- # AsmOffsetsVerify.cpp
+ AsmOffsetsVerify.cpp
)
set(PORTABLE_RUNTIME_SOURCES