[libcxx-commits] [PATCH] D151387: [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 3 16:41:04 PDT 2023


philnik added a comment.

@MaskRay I've removed both `-nostdinc++` and `-nodefaultlibs`, since the latter doesn't add anything that we don't re-add anyways. I'll try to make some cleanup patches later, but we should really get this fixed, since LLVM17 should support GCC13.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151387



More information about the libcxx-commits mailing list