Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/llvm-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9885e5aecc
Choose a base ref
...
head repository: dotnet/llvm-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a76520526
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Feb 27, 2024

  1. [dotnet/main-16.x] Update dependencies from dotnet/arcade (#519)

    [dotnet/main-16.x] Update dependencies from dotnet/arcade
    
    
     - Add sourcebuild intermediate for arcade
    
     - Remove -L$(_LibCxxInstallDir)/lib from _LibCxxCFlags
    
    It causes a warning during the build which gets turned into an error by new sourcebuild:
    
    > clang-16 : error : argument unused during compilation: '-L/__w/1/s/artifacts/sb/src//artifacts/obj/libcxx/InstallRoot-/lib' [-Wunused-command-line-argument]
    
     - Add back -L option and suppress unused command line argument warning instead
    
     - Revert change, this will be fixed in arcade
    
     - Update arcade intermediate ref
    dotnet-maestro[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2a76520 View commit details
    Browse the repository at this point in the history
Loading