You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into this as well, using default GCC 10 from Debian. In some quick tag checking, I get build failures starting with llvmorg-14.0.0-rc1, but llvmorg-13.0.1 builds correctly
The libcxx library needs a C++20 capable compiler toolchain since version 14, but aarch64-linux uses GCC 9 by default.
However, building libcxxabi fails when using GCC 10, see [llvm/llvm-project#56828]. So let's use GCC 11 instead.
[llvm/llvm-project#56828]: llvm/llvm-project#56828
Closing as stale since there has been no new reports and LLVM 14 is a few years old. I assume this works now or people are using more recent toolchains.
hey everyone,
I ran into a compile error when compiling libcxxabi:
compressed build.log: build.log.gz
The text was updated successfully, but these errors were encountered: