[Webkit-unassigned] [Bug 129223] Build breaking due to linking error on clang with libc++

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 01:59:00 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129223





--- Comment #7 from Rajaram Gaunker <zimbabao at gmail.com>  2014-02-24 01:56:08 PST ---
gtest uses RTTI.

/WebKit/Source/ThirdParty (master)$ grep -r typeid *
gtest/include/gtest/internal/gtest-type-util.h.pump:  const char* const name = typeid(T).name();
gtest/include/gtest/internal/gtest-type-util.h.pump:  // gcc's implementation of typeid(T).name() mangles the type name,
gtest/include/gtest/internal/gtest-type-util.h:  const char* const name = typeid(T).name();
gtest/include/gtest/internal/gtest-type-util.h:  // gcc's implementation of typeid(T).name() mangles the type name,
gtest/include/gtest/internal/gtest-port.h:// both the typeid and dynamic_cast features are present.
gtest/include/gtest/internal/gtest-port.h:  GTEST_CHECK_(typeid(*base) == typeid(Derived));

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list