summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2016-02-12 14:47:12 -0800
committerMike McLaughlin <mikem@microsoft.com>2016-02-12 17:35:34 -0800
commitff4aa3f141c0191b2783ffd8b5046380143799c9 (patch)
tree969855f742441938ed60aa5589c5599f736789e3 /src/dlls
parent76afde059ec6acf46b2694638bc967705808422b (diff)
downloadcoreclr-ff4aa3f141c0191b2783ffd8b5046380143799c9.tar.gz
coreclr-ff4aa3f141c0191b2783ffd8b5046380143799c9.tar.bz2
coreclr-ff4aa3f141c0191b2783ffd8b5046380143799c9.zip
Fix tracing lib problems in multiple PALs. Issue #3164.
Moved the tracepointprovider loading in miscpalapi.cpp to separate library that is only linked by libcoreclr.so.
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/coreclr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/mscoree/coreclr/CMakeLists.txt b/src/dlls/mscoree/coreclr/CMakeLists.txt
index 0901404913..9795d41262 100644
--- a/src/dlls/mscoree/coreclr/CMakeLists.txt
+++ b/src/dlls/mscoree/coreclr/CMakeLists.txt
@@ -108,6 +108,7 @@ else()
list(APPEND CORECLR_LIBRARIES
${START_WHOLE_ARCHIVE} # force all PAL objects to be included so all exports are available
coreclrpal
+ tracepointprovider
${END_WHOLE_ARCHIVE}
mscorrc_debug
palrt