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
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')
-rw-r--r--msvc/libmonoruntime.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index a5dcc676a18..d2e5ad512cd 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -82,7 +82,6 @@
<ClCompile Include="..\mono\metadata\number-ms.c" />
<ClCompile Include="..\mono\metadata\object.c" />
<ClCompile Include="..\mono\metadata\opcodes.c" />
- <ClCompile Include="..\mono\metadata\profiler-legacy.c" />
<ClCompile Include="..\mono\metadata\profiler.c" />
<ClCompile Include="..\mono\metadata\rand.c" />
<ClCompile Include="..\mono\metadata\reflection.c" />