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
AgeCommit message (Collapse)Author
2022-05-09Update dependencies from https://github.com/dotnet/arcade build 20220505.2 ↵HEADrelease/11.xdotnet-maestro[bot]
(#201) [release/11.x] Update dependencies from dotnet/arcade
2022-05-02Update dependencies from https://github.com/dotnet/arcade build 20220425.6 ↵dotnet-maestro[bot]
(#199) [release/11.x] Update dependencies from dotnet/arcade
2022-04-26Merge pull request #198 from radekdoulik/pr-build-clang-everywhereLarry Ewing
Build clang everywhere
2022-04-25Build clang everywhereRadek Doulik
2022-04-25Update dependencies from https://github.com/dotnet/arcade build 20220422.4 ↵dotnet-maestro[bot]
(#196) [release/11.x] Update dependencies from dotnet/arcade
2022-04-18Update dependencies from https://github.com/dotnet/arcade build 20220415.2 ↵dotnet-maestro[bot]
(#194) [release/11.x] Update dependencies from dotnet/arcade
2022-04-16Merge pull request #193 from steveisok/bump-vs-image-againLarry Ewing
Bump windows image to VS2022
2022-04-15Bump windows image to VS2022Steve Pfister
2022-04-13Build clang-tblgen for cross compiling; build libclang for arm64 (#190)Aleksey Kliger (λgeek)
This should make it possible to use an Apple M1 mac to work on WebAssembly. The trick is that for cross-compiling `libclang` we need a host `clang-tblgen` not just a host `llvm-tblgen`.
2022-04-11Update dependencies from https://github.com/dotnet/arcade build 20220406.10 ↵dotnet-maestro[bot]
(#188) [release/11.x] Update dependencies from dotnet/arcade
2022-04-04Update dependencies from https://github.com/dotnet/arcade build 20220331.2 ↵dotnet-maestro[bot]
(#186) [release/11.x] Update dependencies from dotnet/arcade
2022-03-28Update dependencies from https://github.com/dotnet/arcade build 20220321.2 ↵dotnet-maestro[bot]
(#183) [release/11.x] Update dependencies from dotnet/arcade
2022-03-21Update dependencies from https://github.com/dotnet/arcade build 20220318.2 ↵dotnet-maestro[bot]
(#181) [release/11.x] Update dependencies from dotnet/arcade
2022-03-14Update dependencies from https://github.com/dotnet/arcade build 20220307.6 ↵dotnet-maestro[bot]
(#179) [release/11.x] Update dependencies from dotnet/arcade
2022-03-11Bump timeouts in CIAlexander Köplinger
Some macOS builds hit the 2 hour timeout.
2022-03-07Update dependencies from https://github.com/dotnet/arcade build 20220304.3 ↵dotnet-maestro[bot]
(#177) [release/11.x] Update dependencies from dotnet/arcade
2022-02-28Update dependencies from https://github.com/dotnet/arcade build 20220224.4 ↵dotnet-maestro[bot]
(#175) [release/11.x] Update dependencies from dotnet/arcade
2022-02-21Update dependencies from https://github.com/dotnet/arcade build 20220217.2 ↵dotnet-maestro[bot]
(#173) [release/11.x] Update dependencies from dotnet/arcade
2022-02-14Update dependencies from https://github.com/dotnet/arcade build 20220211.10 ↵dotnet-maestro[bot]
(#171) [release/11.x] Update dependencies from dotnet/arcade
2022-02-07Update dependencies from https://github.com/dotnet/arcade build 20220203.1 ↵dotnet-maestro[bot]
(#170) [release/11.x] Update dependencies from dotnet/arcade
2022-02-03Don't use bash on Windows CI jobsAlexander Köplinger
2022-02-03Switch to NetCore1ESPool-Internal instead of AzDO hosted pool in internal buildAlexander Köplinger
2022-01-31Update dependencies from https://github.com/dotnet/arcade build 20220130.1 ↵dotnet-maestro[bot]
(#167) [release/11.x] Update dependencies from dotnet/arcade
2022-01-24Update dependencies from https://github.com/dotnet/arcade build 20220121.6 ↵dotnet-maestro[bot]
(#165) [release/11.x] Update dependencies from dotnet/arcade
2022-01-17Update dependencies from https://github.com/dotnet/arcade build 20220114.25 ↵dotnet-maestro[bot]
(#159) [release/11.x] Update dependencies from dotnet/arcade
2022-01-15Update dependencies from https://github.com/dotnet/arcade build 20220106.6 ↵dotnet-maestro[bot]
(#155) Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21630.1 -> To Version 7.0.0-beta.22056.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-01-14Set linker flags manually to enable build-id (#158)Radek Doulik
Co-authored-by: Radek Doulik <radekdoulik@google.com>
2022-01-14Pass --build-id to linker (#157)Radek Doulik
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
2022-01-03[release/11.x] Update dependencies from dotnet/arcade (#151)dotnet-maestro[bot]
[release/11.x] Update dependencies from dotnet/arcade
2021-12-20Update dependencies from https://github.com/dotnet/arcade build 20211217.4 ↵dotnet-maestro[bot]
(#150) [release/11.x] Update dependencies from dotnet/arcade
2021-12-17Build libclang, add it to nuget, add python bindings (#149)Radek Doulik
Context: https://github.com/dotnet/runtime/issues/62485 * Build clang, add it to nuget, add python bindings * Disable few clang options for quicker build * Fix nuget props on OSX and linux The clang libs are already in the lib directory * Change build timeout, do not build clang on arm The windows/x64 build now takes around 120 minutes so increase the timeout to 140 minutes. We don't build mono/wasm on arm so we don't need to build clang for arm targets. * Add libclang.dll to non-arm nuget's only
2021-12-15Fix dev machine local windows build (#148)Radek Doulik
This fixes this error, where it mixed 2019 and 2022 VS installations: ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.3 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [ERROR:devinit.bat] File not found : "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\devinit\devinit.exe" [ERROR:VsDevCmd.bat] *** VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect. *** [ERROR:VsDevCmd.bat] In an uninitialized command prompt, please 'set VSCMD_DEBUG=[value]' and then re-run [ERROR:VsDevCmd.bat] vsdevcmd.bat [args] for additional details. [ERROR:VsDevCmd.bat] Where [value] is: [ERROR:VsDevCmd.bat] 1 : basic debug logging [ERROR:VsDevCmd.bat] 2 : detailed debug logging [ERROR:VsDevCmd.bat] 3 : trace level logging. Redirection of output to a file when using this level is recommended. [ERROR:VsDevCmd.bat] Example: set VSCMD_DEBUG=3 [ERROR:VsDevCmd.bat] vsdevcmd.bat > vsdevcmd.trace.txt 2>&1
2021-12-13Update dependencies from https://github.com/dotnet/arcade build 20211210.4 ↵dotnet-maestro[bot]
(#147) [release/11.x] Update dependencies from dotnet/arcade
2021-12-06Update dependencies from https://github.com/dotnet/arcade build 20211203.6 ↵dotnet-maestro[bot]
(#146) [release/11.x] Update dependencies from dotnet/arcade
2021-11-29Update dependencies from https://github.com/dotnet/arcade build 20211126.4 ↵dotnet-maestro[bot]
(#145) [release/11.x] Update dependencies from dotnet/arcade
2021-11-15Update dependencies from https://github.com/dotnet/arcade build 20211109.3 ↵dotnet-maestro[bot]
(#144) [release/11.x] Update dependencies from dotnet/arcade
2021-11-08Update dependencies from https://github.com/dotnet/arcade build 20211105.2 ↵dotnet-maestro[bot]
(#143) [release/11.x] Update dependencies from dotnet/arcade
2021-11-04Revert to older Docker images (#140)Jo Shields
This should fix build failure for now
2021-11-02Strip debuginfo on Mac/Linux, create it on Windows (#137)Jo Shields
* Align LLVM_EXTERNALIZE_DEBUGINFO behaviours on Linux w/ Darwin * Ensure LLVM_EXTERNALIZE_DEBUGINFO goes to bin/ not foo/bar/ * Strip Linux/Mac binaries during install * Externalize debug info on Mac/Linux * Use .dwarf on Mac and .dbg on Linux, mirroring runtime repo norms * Add LLVM_EXTERNALIZE_DEBUGINFO_FLATTEN, which can do flat dSYM * Use flat debug symbol format on Mac * Add LLVM_EXTERNALIZE_DEBUGINFO_INSTALL, for installing debug symbols * Ensure debug symbols are installed to InstallRoot * Install debug symbols in .symbols.nupkg * Use arch-specific objcopy/strip on Linux. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2021-11-01Update dependencies from https://github.com/dotnet/arcade build 20211029.1 ↵dotnet-maestro[bot]
(#139) [release/11.x] Update dependencies from dotnet/arcade
2021-10-29[release/11.x] Update dependencies from dotnet/arcade (#136)dotnet-maestro[bot]
[release/11.x] Update dependencies from dotnet/arcade - Merge remote-tracking branch 'upstream/release/11.x' into darc-release/11.x-8016d23b-52a3-45f6-a3a9-8f4870fe5727
2021-10-29Bump to ubuntu-20.04 AzDO hosted pool image (#138)Alexander Köplinger
16.04 was removed. The actual build happens in Docker so this shouldn't matter.
2021-10-11Update dependencies from https://github.com/dotnet/arcade build 20211008.1 ↵dotnet-maestro[bot]
(#135) [release/11.x] Update dependencies from dotnet/arcade
2021-09-27Update dependencies from https://github.com/dotnet/arcade build 20210924.2 ↵dotnet-maestro[bot]
(#134) [release/11.x] Update dependencies from dotnet/arcade
2021-09-20Update dependencies from https://github.com/dotnet/arcade build 20210916.4 ↵dotnet-maestro[bot]
(#133) [release/11.x] Update dependencies from dotnet/arcade
2021-09-13Update dependencies from https://github.com/dotnet/arcade build 20210909.5 ↵dotnet-maestro[bot]
(#132) [release/11.x] Update dependencies from dotnet/arcade
2021-09-06Update dependencies from https://github.com/dotnet/arcade build 20210903.2 ↵dotnet-maestro[bot]
(#131) [release/11.x] Update dependencies from dotnet/arcade
2021-08-30Update dependencies from https://github.com/dotnet/arcade build 20210827.6 ↵dotnet-maestro[bot]
(#130) [release/11.x] Update dependencies from dotnet/arcade
2021-08-23Update dependencies from https://github.com/dotnet/arcade build 20210820.4 ↵dotnet-maestro[bot]
(#129) [release/11.x] Update dependencies from dotnet/arcade
2021-08-16Update dependencies from https://github.com/dotnet/arcade build 20210812.1 ↵dotnet-maestro[bot]
(#128) [release/11.x] Update dependencies from dotnet/arcade