Control Flow Guard is only supported on Windows target, therefore there
is no point to make it an accepted attribute for other targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for this! Can you also add test coverage for the change?
clang/include/clang/Basic/Attr.td | ||
---|---|---|
402 | How about we name this one TargetWindows instead of making it specific to just one attribute? |
clang/include/clang/Basic/Attr.td | ||
---|---|---|
373–375 | Do we need customcode? Can we not use the OS list here? |
Do we need customcode? Can we not use the OS list here?