[x86/Linux] Enable FEATURE_ARRAYSTUB_AS_IL #9752

Merged
merged 2 commits into from Feb 24, 2017

Projects

None yet

3 participants

@parjong
Contributor
parjong commented Feb 23, 2017

This commit enables FEATURE_ARRAYSTUB_AS_IL for x86/Linux to fix #9687.

@parjong parjong [x86/Linux] Enable FEATURE_ARRAYSTUB_AS_IL
8d6c467
@parjong
Contributor
parjong commented Feb 23, 2017

This PR addresses the incorrect unwind issue discussed in #9688.

@@ -83,6 +83,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsUnix)' != 'true'">
+ <FeatureArrayStubAsIL Condition="('$(TargetArch)' == 'arm') or ('$(TargetArch)' == 'amd64') or ('$(TargetArch)' == 'arm64')">true</FeatureArrayStubAsIL>
@jkotas
jkotas Feb 23, 2017 edited Member

Nit: I would be nice to move FeatureStubsAsIL from the common block to here as well.

@parjong
parjong Feb 23, 2017 Contributor

@jkotas Thanks you for comment! It would be much better. 7ec9019 revised PR as you suggested.

@jkotas
jkotas approved these changes Feb 23, 2017 View changes
@parjong parjong Move FeatureStubsAsIL into Windows-specific block
7ec9019
@parjong
Contributor
parjong commented Feb 24, 2017

@dotnet-bot test Windows_NT x64 Release Priority 1 Build and Test please

@jkotas jkotas merged commit 70b21c8 into dotnet:master Feb 24, 2017

13 checks passed

CentOS7.1 x64 Debug Build and Test Build finished.
Details
FreeBSD x64 Checked Build Build finished.
Details
Linux ARM Emulator Cross Debug Build Build finished.
Details
Linux ARM Emulator Cross Release Build Build finished.
Details
OSX x64 Checked Build and Test Build finished.
Details
Ubuntu x64 Checked Build and Test Build finished.
Details
Ubuntu x64 Formatting Build finished.
Details
Windows_NT arm Cross Debug Build Build finished.
Details
Windows_NT arm Cross Release Build Build finished.
Details
Windows_NT x64 Debug Build and Test Build finished.
Details
Windows_NT x64 Formatting Build finished.
Details
Windows_NT x64 Release Priority 1 Build and Test Build finished.
Details
Windows_NT x86 Checked Build and Test Build finished.
Details
@parjong parjong deleted the parjong:fix/x86_ARRAYSTUB_AS_IL branch Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment