Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lapounov <antonl@microsoft.com>2021-03-27 02:22:24 +0300
committerGitHub <noreply@github.com>2021-03-27 02:22:24 +0300
commit1b31080188c7820fb1df92b39201cd677357585c (patch)
tree7b821171b0f305d7f7ed1eff3734ac160fa4bff7 /src/coreclr
parent6000597a4740ef72b36b7dbe0c335fa4a861dce2 (diff)
Put back DiaSymReader library for cross-arch crossgen to package (#50149) (#50251)
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/vm/ceeload.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coreclr/vm/ceeload.h b/src/coreclr/vm/ceeload.h
index 073b567e441..05bb84dad4a 100644
--- a/src/coreclr/vm/ceeload.h
+++ b/src/coreclr/vm/ceeload.h
@@ -100,9 +100,7 @@ extern VerboseLevel g_CorCompileVerboseLevel;
#elif defined(HOST_ARM)
#define NATIVE_SYMBOL_READER_DLL W("Microsoft.DiaSymReader.Native.arm.dll")
#elif defined(HOST_ARM64)
-// Use diasymreader until the package has an arm64 version - issue #7360
-//#define NATIVE_SYMBOL_READER_DLL W("Microsoft.DiaSymReader.Native.arm64.dll")
-#define NATIVE_SYMBOL_READER_DLL W("diasymreader.dll")
+#define NATIVE_SYMBOL_READER_DLL W("Microsoft.DiaSymReader.Native.arm64.dll")
#endif
typedef DPTR(PersistentInlineTrackingMapNGen) PTR_PersistentInlineTrackingMapNGen;