Fix for build issue dotnet/coreclr#807024, assemble debug helpers for ARM64.
authorJoel Hendrix <jhendrix@microsoft.com>
Thu, 28 Jul 2016 19:05:32 +0000 (12:05 -0700)
committerJoel Hendrix <jhendrix@microsoft.com>
Thu, 28 Jul 2016 19:05:32 +0000 (12:05 -0700)
[tfs-changeset: 1619712]

Commit migrated from https://github.com/dotnet/coreclr/commit/3d47402dfff39bee8c978c68eed69a9d247390a0

src/coreclr/src/debug/ee/wks/wks.nativeproj

index 8d89ac4..304c591 100644 (file)
@@ -34,6 +34,7 @@
     <PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="..\arm\dbghelpers.asm" />
     <PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm64'" Include="..\arm64\dbghelpers.asm" />
     <AssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
+    <AssembleArm64 Condition="'$(BuildArchitecture)' == 'arm64'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
     <Assemble386 Condition="'$(BuildArchitecture)' == 'i386'" Include="..\i386\dbghelpers.asm" />
     <AssembleAmd64 Condition="'$(BuildArchitecture)' == 'amd64'" Include="..\amd64\dbghelpers.asm" />
   </ItemGroup>