We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CatalinaのC++標準ライブラリのサポート状況はクズいので、LLVMのネイティブビルドは諦めましょう。
サポートページにて、MacOSでのLLVMにビルドについて書かれていることも含めて、当方のCatalinaではそれでもうまくいきませんでした。
MacOS
LLVM
Catalina
cmakeのオプションをいろいろ(もう覚えていない)いじっても、最終的にホスト環境のC++標準ライブラリに含まれる(はずである)quick_exitが無いと言われてビルドがこけました。
cmake
C++
quick_exit
なんやかんや調べて、
runtimeverification/k#1580
に行きつき、unsupportedとの模様。
unsupported
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TL;DR
CatalinaのC++標準ライブラリのサポート状況はクズいので、LLVMのネイティブビルドは諦めましょう。
詳細
サポートページにて、
MacOS
でのLLVM
にビルドについて書かれていることも含めて、当方のCatalina
ではそれでもうまくいきませんでした。cmake
のオプションをいろいろ(もう覚えていない)いじっても、最終的にホスト環境のC++
標準ライブラリに含まれる(はずである)quick_exit
が無いと言われてビルドがこけました。なんやかんや調べて、
runtimeverification/k#1580
に行きつき、
unsupported
との模様。The text was updated successfully, but these errors were encountered: