Joseph Huber af611a0a98
[LinkerWrapper] Fix -Xoffload-linker a=b in offloading (#100270)
Summary:
We have the `-Xoffload-linker=triple=arg` syntax that split the argument
meant only for a single toolchain. However this borke if it was an `a=b`
type argument. Make it only treat it like a triple if it's a valid
triple.
2024-07-24 11:00:16 -05:00
..