summaryrefslogtreecommitdiff
path: root/src/vm/crossgen
diff options
context:
space:
mode:
authorAndrew Au <cshung@gmail.com>2019-01-11 08:34:21 -0800
committerGitHub <noreply@github.com>2019-01-11 08:34:21 -0800
commitbbd812d77d6d0b79e6f00025de906b4e1ac93c7e (patch)
treefef6344f36ffd8b4404c8826bb4e8ef5dd971ac6 /src/vm/crossgen
parentdabe2b8f49479fc3c2958c97e6b1472c2d40af0f (diff)
downloadcoreclr-bbd812d77d6d0b79e6f00025de906b4e1ac93c7e.tar.gz
coreclr-bbd812d77d6d0b79e6f00025de906b4e1ac93c7e.tar.bz2
coreclr-bbd812d77d6d0b79e6f00025de906b4e1ac93c7e.zip
Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)
Diffstat (limited to 'src/vm/crossgen')
-rw-r--r--src/vm/crossgen/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/crossgen/CMakeLists.txt b/src/vm/crossgen/CMakeLists.txt
index 8c9bfc58c2..6b56893835 100644
--- a/src/vm/crossgen/CMakeLists.txt
+++ b/src/vm/crossgen/CMakeLists.txt
@@ -15,6 +15,7 @@ set(VM_CROSSGEN_SOURCES
../clrprivbinderutil.cpp
../clsload.cpp
../codeman.cpp
+ ../codeversion.cpp
../comdelegate.cpp
../compile.cpp
../contractimpl.cpp
@@ -107,6 +108,7 @@ set(VM_CROSSGEN_HEADERS
../clsload.hpp
../clsload.inl
../codeman.h
+ ../codeversion.h
../comdelegate.h
../compile.h
../contractimpl.h