summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-04-22 12:24:51 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-04-26 08:08:20 -0700
commit140396f479d5d33bca0daef1f072eef4992ed78e (patch)
tree691bb2faa922940c1de7363fd51ac109495e6473 /src/inc/corcompile.h
parentb0d809bd6ae65e85591af504e1797b115ea25b23 (diff)
downloadcoreclr-140396f479d5d33bca0daef1f072eef4992ed78e.tar.gz
coreclr-140396f479d5d33bca0daef1f072eef4992ed78e.tar.bz2
coreclr-140396f479d5d33bca0daef1f072eef4992ed78e.zip
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index 02fd018506..8552a62f40 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -837,6 +837,7 @@ typedef enum
{
#ifdef FEATURE_CORECLR
CORECLR_INFO,
+ CROSSGEN_COMPILER_INFO,
#else
CLR_INFO,
NGEN_COMPILER_INFO,