-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: dotnet/llvm-project
base: e5c221b
head repository: dotnet/llvm-project
compare: 3358dfd
- 9 commits
- 45 files changed
- 4 contributors
Commits on Jul 16, 2024
-
Do not use unwinder in libc++ and clang (#596)
Tested on ubuntu LD_LIBRARY_PATH=./artifacts/obj/libcxx/InstallRoot-arm64/lib/ ldd ./artifacts/obj/InstallRoot-arm64/bin/clang++ linux-vdso.so.1 (0x0000ffffb9058000) libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x0000ffffb2ec0000) libz.so.1 => /lib/aarch64-linux-gnu/libz.so.1 (0x0000ffffb2e80000) libc++.so.1 => ./artifacts/obj/libcxx/InstallRoot-arm64/lib/libc++.so.1 (0x0000ffffb2cf0000) libc++abi.so.1 => ./artifacts/obj/libcxx/InstallRoot-arm64/lib/libc++abi.so.1 (0x0000ffffb2c70000) libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1 (0x0000ffffb2c30000) libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffffb2a70000) /lib/ld-linux-aarch64.so.1 (0x0000ffffb901b000)Configuration menu - View commit details
-
Copy full SHA for ed3ebba - Browse repository at this point
Copy the full SHA ed3ebbaView commit details
Commits on Jul 17, 2024
-
Update dependencies from https://github.com/dotnet/arcade build 20240…
…621.4 (#587) Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.24320.6 -> To Version 9.0.0-beta.24321.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e38fe42 - Browse repository at this point
Copy the full SHA e38fe42View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20240…
…627.1 (#588) [dotnet/main-16.x] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 2464427 - Browse repository at this point
Copy the full SHA 2464427View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20240…
…702.2 (#591) Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d40d591 - Browse repository at this point
Copy the full SHA d40d591View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20240…
…710.4 (#595) [dotnet/main-16.x] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 2b3a65b - Browse repository at this point
Copy the full SHA 2b3a65bView commit details -
Remove LLVM_TOOLS_TO_BUILD option from llvm.proj (#590)
This was a custom change added in da3d772 but we missed porting that to recent branches. Given we've not even noticed until now and it just causes building a bit more tools I'd argue it's better to just remove this.
Configuration menu - View commit details
-
Copy full SHA for d342798 - Browse repository at this point
Copy the full SHA d342798View commit details -
Fix building with debug msvc runtime library on Windows (#597)
The old flags were removed upstream: llvm#66850
Configuration menu - View commit details
-
Copy full SHA for 1b6b23e - Browse repository at this point
Copy the full SHA 1b6b23eView commit details -
Only set LLVM_ENABLE_PDB and LEGAL_COPYRIGHT options on Windows (#598)
It's ignored on other platforms and causes a warning in the log.
Configuration menu - View commit details
-
Copy full SHA for d1f384c - Browse repository at this point
Copy the full SHA d1f384cView commit details
Commits on Jul 20, 2024
-
Disable function specialization (#599)
It breaks mono's AOT compiled code, because the specialized functions are outside of generated EH frame code range. We can re-enable it, once we fix EH frame generation for mono.
Configuration menu - View commit details
-
Copy full SHA for 3358dfd - Browse repository at this point
Copy the full SHA 3358dfdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e5c221b...3358dfd