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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2017-08-01 07:50:05 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2017-08-01 07:50:05 +0300
commit6c3adfeac18592276bd835ea42febd4bb78d8813 (patch)
tree219fb284578c46d017de27aacb118055b08968f5 /msvc/libmonoruntime.vcxproj.filters
parent45d9cc1b5a7643b975608b680ed7dbe193543801 (diff)
[profiler] Move legacy profiler code to profiler.c.
These symbols weren't being properly exported in the final mono executable on Mac because no code in the runtime called these functions. As long as they're defined in an object file that contains used functions, they'll be exported.
Diffstat (limited to 'msvc/libmonoruntime.vcxproj.filters')
-rw-r--r--msvc/libmonoruntime.vcxproj.filters3
1 files changed, 0 insertions, 3 deletions
diff --git a/msvc/libmonoruntime.vcxproj.filters b/msvc/libmonoruntime.vcxproj.filters
index 1655d562e23..554e61985bd 100644
--- a/msvc/libmonoruntime.vcxproj.filters
+++ b/msvc/libmonoruntime.vcxproj.filters
@@ -130,9 +130,6 @@
<ClCompile Include="..\mono\metadata\w32process-win32.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\mono\metadata\profiler-legacy.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\mono\metadata\profiler.c">
<Filter>Source Files</Filter>
</ClCompile>