From 27fd41cd740a8b8117ac5e6475f728781d2c0ad3 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Wed, 21 Jun 2023 15:16:24 +0200 Subject: [PATCH] Add `llvm-project` VMR source mapping (#16768) --- src/VirtualMonoRepo/source-mappings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index e317999d8..7bc502f31 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -105,6 +105,10 @@ "src/SourceBuild/content/**/*" ] }, + { + "name": "llvm-project", + "defaultRemote": "https://github.com/dotnet/llvm-project" + }, { "name": "msbuild", "defaultRemote": "https://github.com/dotnet/msbuild"