From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Mon, 26 Sep 2022 14:25:33 -0500 Subject: Remove LLVM ObjWriter dependency in source-build Backport PR: https://github.com/dotnet/runtime/pull/76206. --- src/coreclr/tools/aot/ILCompiler/ILCompiler.props | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props index 8c4fce523906e..4fd1db03e8a48 100644 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props +++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props @@ -48,12 +48,14 @@ true + + true - + $(ObjWriterVersion) @@ -62,7 +64,7 @@ $(NetStandardLibraryVersion) - + PreserveNewest false false