From: Jo Shields Date: Thu, 7 Nov 2019 16:58:32 +0000 (-0500) Subject: [llvm] redirect from mono llvm-mirror fork to dotnet llvm-project fork X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~219^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e65ca322e71525f030d18865a8b36599d250fcbe;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [llvm] redirect from mono llvm-mirror fork to dotnet llvm-project fork Commit migrated from https://github.com/mono/mono/commit/b61263e994a326e3b3d302bca0194f73f0b6534e --- diff --git a/src/mono/msvc/mono.external.targets b/src/mono/msvc/mono.external.targets index b679179..b47e4ac 100644 --- a/src/mono/msvc/mono.external.targets +++ b/src/mono/msvc/mono.external.targets @@ -112,7 +112,7 @@ <_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(MONO_INTERNAL_LLVM_SOURCE_DIR) - <_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(_MonoSourceDir)\external\llvm + <_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(_MonoSourceDir)\external\llvm-project\llvm <_LLVMBuildDir Condition="'$(_LLVMBuildDir)' == ''">$([System.IO.Path]::GetFullPath('$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\external\llvm-build\$(Configuration)')) <_LLVMInstallDir Condition="'$(_LLVMInstallDir)' == ''">$(_LLVMBuildDir)\install <_MonoLLVMConfig>$(_LLVMInstallDir)\bin\llvm-config.exe @@ -240,4 +240,4 @@ - \ No newline at end of file + diff --git a/src/mono/msvc/mono.props b/src/mono/msvc/mono.props index afd7ecd..88fb969 100644 --- a/src/mono/msvc/mono.props +++ b/src/mono/msvc/mono.props @@ -44,7 +44,7 @@ $(MONO_LIBGC_INCLUDE_DIR) $(MONO_EGLIB_SOURCE_DIR) 610 - $(MONO_DIR)/external/llvm/include + $(MONO_DIR)/external/llvm-project/llvm/include MultiThreadedDebug @@ -139,4 +139,4 @@ $(MONO_BUILD_DIR_PREFIX)$(Platform)/lib/$(Configuration) - \ No newline at end of file + diff --git a/src/mono/netcore/build.sh b/src/mono/netcore/build.sh index 4e57916..fe73413 100755 --- a/src/mono/netcore/build.sh +++ b/src/mono/netcore/build.sh @@ -111,7 +111,7 @@ elif [[ "$configuration" == "Release" ]]; then fi if [ "$llvm" = "true" ]; then - git submodule update --init -- ../external/llvm || (Write-PipelineTelemetryError -c "git" -e 1 "Error fetching LLVM submodule" && exit 1) + git submodule update --init -- ../external/llvm-project || (Write-PipelineTelemetryError -c "git" -e 1 "Error fetching LLVM submodule" && exit 1) autogen_params="$autogen_params --enable-llvm" fi