[all-commits] [llvm/llvm-project] 9f3f31: Triple: Add BridgeOS to isOSDarwin

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 24 22:16:04 PDT 2025


  Branch: refs/heads/users/arsenm/triple/add-bridgeos-isosdarwin
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f3f31dbf005acd9896d4a8c4612d840ef3bebfe
      https://github.com/llvm/llvm-project/commit/9f3f31dbf005acd9896d4a8c4612d840ef3bebfe
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M llvm/include/llvm/TargetParser/Triple.h
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/test/CodeGen/AArch64/exp10-libcall-names.ll
    M llvm/unittests/TargetParser/TripleTest.cpp

  Log Message:
  -----------
  Triple: Add BridgeOS to isOSDarwin

This fixes a TODO and avoids a special case. Also required
hacking up a few cases to avoid asserting in codegen; it's not
confidence inspiring that there is only one codegen test using
a bridgeos triple and its specifically for the exp10 libcall
names.

This also changes the behavior, losing an extra leading _ in the
emitted name matching the other apple outputs. I have no idea if
this is right or not. IMO it's someone from apple's problem to fix
it and add appropriate test coverage, or we can rip all references
to BridgeOS out from upstream.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list