summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorAlex Ghiondea <ghiondea.alexandru@microsoft.com>2016-10-31 14:37:00 -0700
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>2016-10-31 14:37:00 -0700
commita5b89cbe429ccbc3a3ef9751ba9587f7ad540f6d (patch)
tree02a8945e51e3d71f1bb108821680dc3f83c0c576 /clr.coreclr.props
parent8c641772e31e902541ade4a2d0ac6259aa7a2f03 (diff)
downloadcoreclr-a5b89cbe429ccbc3a3ef9751ba9587f7ad540f6d.tar.gz
coreclr-a5b89cbe429ccbc3a3ef9751ba9587f7ad540f6d.tar.bz2
coreclr-a5b89cbe429ccbc3a3ef9751ba9587f7ad540f6d.zip
A couple of changes included:
- Make sure we have a way to disable building with the Roslyn compiler. That should only happen in the internal build. - Update the FeatureSpanOfT to also condition on using the latest compiler - Introduce an if/def in string.cs for code that uses the ref locals / ref return. - Make sure we only include the CryptographicException when building CoreCLR - Update the PInvokeMap.txt file to include the right set of APIs. - Remove duplicated APIs from PInvokeMap.txt [tfs-changeset: 1636041]
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index ec9c23fa0f..26e21187aa 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -34,7 +34,7 @@
<FeatureMergeJitAndEngine>true</FeatureMergeJitAndEngine>
<FeatureMulticoreJIT>true</FeatureMulticoreJIT>
<FeaturePrejit>true</FeaturePrejit>
- <FeatureSpanOfT>true</FeatureSpanOfT>
+ <FeatureSpanOfT Condition="'$(UseLegacyCompiler)'!='true'">true</FeatureSpanOfT>
<FeatureStandaloneSn>true</FeatureStandaloneSn>
<FeatureStrongnameDelaySigningAllowed>true</FeatureStrongnameDelaySigningAllowed>
<FeatureStrongnameMigration>true</FeatureStrongnameMigration>