[PATCH] D89490: Introduce __attribute__((darwin_abi))
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 5 20:39:02 PST 2021
rjmccall added a comment.
I do feel like this is a terrible idea, sorry. It's a *very* niche use case to be dedicating a new compiler feature to, and it's a feature that demands a lot from the internal compiler architecture in ways that other features don't.
If you really need to build code with the Darwin ABI that runs on Linux, can you not achieve it by building with `-S` and then hacking up the resulting assembly files?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89490/new/
https://reviews.llvm.org/D89490
More information about the cfe-commits
mailing list