[PATCH] D108592: [WIP][clang][Fuchsia] Support __attribute__((availability)) on Fuchsia
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 23 15:43:49 PDT 2021
leonardchan planned changes to this revision.
leonardchan added a comment.
Some extra comments/open questions:
- This patch supports using `N.0.0` as a version number. Do we want to just only accept `N` and disallow any number for minor/subminor, or will zeros be allowed?
- This currently will only work if the major number is provided via the target triple (`x86_64-unknown-fuchsia16`). Do we have a concept of a default version number for fuchsia we can fall back to if this is not provided?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108592/new/
https://reviews.llvm.org/D108592
More information about the cfe-commits
mailing list