[PATCH] D132661: [clang] Make guard(nocf) attribute available only for Windows
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 25 09:51:45 PDT 2022
rnk added inline comments.
================
Comment at: clang/include/clang/Basic/Attr.td:373-375
// Specifies Operating Systems for which the target applies, based off the
// OSType enumeration in Triple.h
list<string> OSes;
----------------
Do we need customcode? Can we not use the OS list here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132661/new/
https://reviews.llvm.org/D132661
More information about the cfe-commits
mailing list