From 9bc204d341000d033a9e2ed6b72bbca979fcaee6 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 25 Sep 2024 16:03:45 -0700 Subject: [PATCH] Remove old crossarch project --- eng/Subsets.props | 2 -- .../tools/aot/ILCompiler/ILCompiler_crossarch.csproj | 8 -------- 2 files changed, 10 deletions(-) delete mode 100644 src/coreclr/tools/aot/ILCompiler/ILCompiler_crossarch.csproj diff --git a/eng/Subsets.props b/eng/Subsets.props index 3515cc2481808..b7ca80e7d1b19 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -363,8 +363,6 @@ - - diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler_crossarch.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler_crossarch.csproj deleted file mode 100644 index 9ed97b693e6dd..0000000000000 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler_crossarch.csproj +++ /dev/null @@ -1,8 +0,0 @@ - - - $(BuildArchitecture) - $(RuntimeBinDir)/$(CrossHostArch)/ilc/ - $(ToolsRID) - - -