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
path: root/msvc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-02-25 04:35:00 +0300
committerGitHub <noreply@github.com>2020-02-25 04:35:00 +0300
commit8da9361ab2da24c75f21e215d37e0417076d694b (patch)
tree682d54361b9cc60cf0dd26a71c805625444b6e09 /msvc
parented012b6e89361eae546ef1fc5c103b41dcb8b299 (diff)
[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to exist any more. (#18868)
* [llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to exist any more. * Fix the windows build. * Remove more mini-llvm-loaded.c references. * Remove more --enable-loadedllvm references. * Make --enable-loadedllvm the same as --enable-llvm. * Fix run-jenkins.sh. * Address review comments.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmini-llvm.targets4
-rw-r--r--msvc/libmini-llvm.targets.filters3
2 files changed, 0 insertions, 7 deletions
diff --git a/msvc/libmini-llvm.targets b/msvc/libmini-llvm.targets
index f5f2f1d8e60..4b035e95aa0 100644
--- a/msvc/libmini-llvm.targets
+++ b/msvc/libmini-llvm.targets
@@ -5,10 +5,6 @@
<ExcludeLLVMFromWindowsBuild Condition="'$(MONO_ENABLE_LLVM)'=='' Or '$(MONO_ENABLE_LLVM)'!='true'">true</ExcludeLLVMFromWindowsBuild>
</PropertyGroup>
<ItemGroup Label="llvm_sources">
- <ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-llvm-loaded.c">
- <ExcludedFromBuild>$(ExcludeLLVMFromWindowsBuild)</ExcludedFromBuild>
- <_MonoLLVMSourceFile>true</_MonoLLVMSourceFile>
- </ClCompile>
<ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-llvm.c">
<ExcludedFromBuild>$(ExcludeLLVMFromWindowsBuild)</ExcludedFromBuild>
<_MonoLLVMSourceFile>true</_MonoLLVMSourceFile>
diff --git a/msvc/libmini-llvm.targets.filters b/msvc/libmini-llvm.targets.filters
index 8bbf1212af1..a4e99151fca 100644
--- a/msvc/libmini-llvm.targets.filters
+++ b/msvc/libmini-llvm.targets.filters
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="llvm_sources">
- <ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-llvm-loaded.c">
- <Filter>Source Files$(MonoMiniFilterSubFolder)\llvm</Filter>
- </ClCompile>
<ClCompile Include="$(MonoSourceLocation)\mono\mini\mini-llvm.c">
<Filter>Source Files$(MonoMiniFilterSubFolder)\llvm</Filter>
</ClCompile>