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
[llvm-debuginfo-analyzer][debuginfologicalview] Fix ODR violation in LVObject
Fix ODR violation in `LVObject` when `DebugInfoLogicalView` library
is used in a downstream project.
Depending solely on `NDEBUG` for exposing some data members may cause
trouble in downstream projects.
Enable such cases only if `LLVM_ENABLE_ABI_BREAKING_CHECKS`.
0 commit comments