libc++ doesn't yet have the code for this, but libc++abi does. Adding
the switch to libc++ since the flag in libc++abi is
_LIBCXX_DYNAMIC_FALLBACK, not _LIBCXXABI_DYNAMIC_FALLBACK, and it
will be needed here as well.
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
- Build Status
Buildable 11090 Build 11090: arc lint + arc unit
Event Timeline
Comment Actions
Actually, I was wrong. This is implemented. Will update to set the flag the configures this and add a test.
Comment Actions
zygoloid and nbjoerg got me pointed in the right direction on this. Looks like the user didn't have a key function defined for one of their classes, which was actually the root of the problem.