[llvm] [Triple] Add "swift" as a vendor. (PR #85094)

Alastair Houghton via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 01:08:55 PDT 2024


al45tair wrote:

> Changing rtlib/unwind/stdlib can be done with a configuration file as your PR demonstrates.

Not in the Swift compiler it can’t, because Swift doesn’t have config files, which is why the triple change is necessary.

Again, the motivation here is to avoid setting everything up in a way that causes problems for “stock” musl distributions later on.

https://github.com/llvm/llvm-project/pull/85094


More information about the llvm-commits mailing list