[PATCH] D152058: [CMake] Disable exceptions in cpp-httplib

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 03:05:52 PDT 2023


aidengrossman added reviewers: mysterymath, phosek.
aidengrossman added a comment.

I'm not totally sure why this is popping up on my system and doesn't appear at all in the Fuchsia builds, because exceptions have been in `cpp-httplib` for a while and since it is a header only (at least in the default configuration) and needs this flag defined to disable features. I don't think it's being built as a shared library with exceptions turned off at that stage?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152058



More information about the llvm-commits mailing list