[libcxx-commits] [libcxxabi] [libc++abi] Use target_compile_options to pass LIBCXXABI_ADDITIONAL_COMPILE_FLAGS (PR #96112)
Zibi Sarbinowski via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 3 10:13:27 PDT 2024
zibi2 wrote:
> Reverting this patch will break _us_ :-). I think we can find a way to fix this forward though. It seems like these flags should be added as `PRIVATE` instead. Does the following patch fix your issues?
Yes, it does thank you for the suggestion. The PRIVATE parameter fixed the issue. I created new PR for this in #97608
https://github.com/llvm/llvm-project/pull/96112
More information about the libcxx-commits
mailing list