llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
255 stars 52 forks source link

[Breaking] Rename atari8-cart' targets to be simple triples #312

Closed cwedgwood closed 4 months ago

cwedgwood commented 4 months ago

For some reason the upstream changed how it treats triples so that anything after the triple is now consider a version. Rather than buck this, go with it for now.

Fixes: llvm-mos/llvm-mos#446

cwedgwood commented 4 months ago

@mysterymath RFC/thoughts, nothing pressing right now.

mysterymath commented 4 months ago

There's nothing blessed about these triples, it just happens to be what the frontend currently accepts. If it doesn't universally accept the names we give it, then we need to either understand the intent behind its existing organization scheme, and conform our names to that, or we need to broaden what the frontend is willing to accept. This change does neither, so I'm closing it. We'll need to resolve this before the next release, but there's no need to be hasty.