Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <radek.doulik@gmail.com>2022-01-14 00:16:41 +0300
committerGitHub <noreply@github.com>2022-01-14 00:16:41 +0300
commit0ad2b686364b5fe4e7a6f4b6e1335ea6ea94dab7 (patch)
treea8094824667fbdedd506e2d69e628253ce9b7f3f
parent8a18a5cd9195424912c04bbc4a40001819ce36e1 (diff)
Pass --build-id to linker (#157)
That should fix these errors: Publishing symbol file runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk.11.1.0-alpha.1.21620.1.symbols.nupkg to https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection: D:\a\1\s\.packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21617.4\tools\SdkTasks\PublishArtifactsInManifest.proj(144,5): error : Invalid ELF BuildID '<null>' for tools/linux-x64/lib/libclang-cpp.so ##[error].packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21617.4\tools\SdkTasks\PublishArtifactsInManifest.proj(144,5): error : Invalid ELF BuildID '<null>' for tools/linux-x64/lib/libclang-cpp.so D:\a\1\s\.packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21617.4\tools\SdkTasks\PublishArtifactsInManifest.proj(144,5): error : Invalid ELF BuildID '<null>' for tools/linux-x64/lib/libclang.so ##[error].packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.21617.4\tools\SdkTasks\PublishArtifactsInManifest.proj(144,5): error : Invalid ELF BuildID '<null>' for tools/linux-x64/lib/libclang.so
-rw-r--r--llvm.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm.proj b/llvm.proj
index 5668e11f9893..5c47679b86a4 100644
--- a/llvm.proj
+++ b/llvm.proj
@@ -76,6 +76,7 @@
<_LLVMBuildArgs Include='-DCLANG_INCLUDE_TESTS:BOOL=OFF' />
<_LLVMBuildArgs Include='-DCLANG_ENABLE_ARCMT:BOOL=OFF' />
<_LLVMBuildArgs Include='-DCLANG_ENABLE_STATIC_ANALYZER:BOOL=OFF' />
+ <_LLVMBuildArgs Include='-DENABLE_LINKER_BUILD_ID:BOOL=ON' />
</ItemGroup>
<PropertyGroup Condition="'$(BuildOS)' != 'Windows_NT'">