Fix CLRDataCreateInstance export. This was breaking SOS. (dotnet/coreclr#22701)
authorMike McLaughlin <mikem@microsoft.com>
Wed, 20 Feb 2019 07:16:25 +0000 (23:16 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Feb 2019 07:16:25 +0000 (23:16 -0800)
commitcbc3d5203bb13b0e0e12fc4d15bcba734659af96
treeeaf060e2a48b2aeb1bfe7cdbc94205f86fe5f14a
parent1d35896b754aaafe1295345d426618cc7ed012a6
Fix CLRDataCreateInstance export. This was breaking SOS. (dotnet/coreclr#22701)

Fix CLRDataCreateInstance export. This was breaking SOS.

Added the right cmake magic so the function is exported properly.

Commit migrated from https://github.com/dotnet/coreclr/commit/e0c2cc567cb7b5072eb71b0ff788da2ffde63a7d
src/coreclr/src/debug/daccess/daccess.cpp
src/coreclr/src/debug/daccess/dacdbiimpl.cpp
src/coreclr/src/debug/daccess/dacdbiimpl.h
src/coreclr/src/dlls/mscordac/CMakeLists.txt
src/coreclr/src/dlls/mscordac/mscordac.cpp