Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4.2k
    • Issues 4.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !7077

BinUtils: Restore llvm-ar fallback on Apple platforms

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:binutils-llvm-ar-apple into master Mar 15, 2022
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 1

Since !7039 (merged) we do not consider llvm-ar at all on Apple platforms. However, there are existing cross-compiling use cases in which the toolchain has llvm-ar but not ar. Prior to the re-ordering in !6164 (merged), we preferred ar and then llvm-ar. Restore the original order for Apple.

Fixes: #23320 (closed)
Issue: #23333
Backport: release

Edited Mar 16, 2022 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: binutils-llvm-ar-apple