llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[Triple] Add "swift" as a vendor.

Open al45tair opened this issue 11 months ago • 1 comments

We want this so we can uniquely identify our fully-static Linux target using a triple (since we wish to make decisions about it in the compiler driver that wouldn't be appropriate for an "unknown" triple).

rdar://123436421

al45tair avatar Feb 27 '24 16:02 al45tair

This is a cherry pick of #8256.

al45tair avatar Feb 27 '24 16:02 al45tair

This branch is effectively dead, cherry-picked to the current stable branch (https://github.com/apple/llvm-project/pull/8753). I'll also deal with cherry-picking this to next (I'll bundle up all my current stable/20240408 changes when we create yet another stable branch).

bnbarham avatar May 14 '24 01:05 bnbarham