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:
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/libmini-llvm.targets.filters
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/libmini-llvm.targets.filters')
-rw-r--r--msvc/libmini-llvm.targets.filters3
1 files changed, 0 insertions, 3 deletions
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>