Details
Details
- Reviewers
philnik ldionne - Group Reviewers
Restricted Project - Commits
- rG4cb5c640db4b: [libc++] Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILITY…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch try to fix CI failure https://buildkite.com/llvm-project/libcxx-ci/builds/17029#_
Comment Actions
Thanks for the catch. I'm not sure why I am not able to reproduce this failure locally.
libcxx/include/sstream | ||
---|---|---|
263 | This should be _LIBCPP_HIDE_FROM_ABI_VIRTUAL. |
Comment Actions
Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILITY attribute on virtual function
Comment Actions
Seems another failure in clang_query.sh.cpp, but not the same problem as current. https://reviews.llvm.org/harbormaster/unit/view/5710580/
This should be _LIBCPP_HIDE_FROM_ABI_VIRTUAL.