--- old+++ new@@ -1,3 +1,3 @@-This has come up a few times in test suites - most recently I noticedhttp://reviews.llvm.org/D9554+This has come up a few times in test suites - most recently I noticed http://reviews.llvm.org/D9554
GNU and libcxxabi omit the void; `_Z1fv` demangles to `f()` instead of `f(void)` as we do
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A new issue due to this bug: the LLVM linker lld relies on the system demangler for extern "C++" support in version script handling, so version script entries such as std::bad_cast::bad_cast() (from libcxxrt) fail to match.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
grab
Diff:
A new issue due to this bug: the LLVM linker lld relies on the system demangler for
extern "C++"
support in version script handling, so version script entries such asstd::bad_cast::bad_cast()
(from libcxxrt) fail to match.Fixed as of [r3552].
Related
Commit: [r3552]