[libc-commits] [PATCH] D118871: [libc] Properly setting -std=c++17 for targets that requires C++17.

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 2 21:23:47 PST 2022


abrachet added a comment.

If you a need a c++17 compliant compiler to build libm, should we just set it for all of libc? Looks like flang <https://github.com/llvm/llvm-project/blob/main/flang/CMakeLists.txt#L6> already does this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118871



More information about the libc-commits mailing list