[libcxx-commits] [PATCH] D107560: [libc++][libc++abi][CET] Support building libc++ and libc++abi with CET enabled.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 10 12:28:52 PDT 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

In D107560#2932805 <https://reviews.llvm.org/D107560#2932805>, @MaskRay wrote:

> Wait. Can't the user just specify `-fcf-protection=full` in CMAKE_CXX_FLAGS?

This.

CET seems like a fairly narrow-use option, and I would rather you use a general option to enable it than add yet another configuration option to libc++. WDYT?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107560/new/

https://reviews.llvm.org/D107560



More information about the libcxx-commits mailing list