This makes sure that code built with headers for a statically linked libc++ also works when linking to the DLL version, when the DLL hasn't been built with --export-all-symbols.
This matches what GCC for MinGW does for this test case.
Paths
| Differential D61177
[MinGW] Always emit local typeinfo ClosedPublic Authored by mstorsjo on Apr 26 2019, 12:50 AM.
Details Summary This makes sure that code built with headers for a statically linked libc++ also works when linking to the DLL version, when the DLL hasn't been built with --export-all-symbols. This matches what GCC for MinGW does for this test case.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2019, 2:11 AM Closed by commit rC359345: [MinGW] Always emit local typeinfo (authored by mstorsjo). · Explain WhyApr 26 2019, 12:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 196903 lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/vtable-key-function-ios.cpp
|