[x86/Linux] Enable FEATURE_ARRAYSTUB_AS_IL #9752
+9
−6
|
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
Feb 23, 2017
•
Member
Nit: I would be nice to move FeatureStubsAsIL from the common block to here as well.
|
@dotnet-bot test Windows_NT x64 Release Priority 1 Build and Test please |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This commit enables FEATURE_ARRAYSTUB_AS_IL for x86/Linux to fix #9687.