From b0ab09d8df51de1c7040b78742617ef6466b002a Mon Sep 17 00:00:00 2001 From: Adam Simpkins Date: Thu, 18 Jan 2018 20:42:48 -0800 Subject: [PATCH] demangle: remove an old TODO comment Summary: Both the autoconf and cmake build scripts check for `cplus_demangle_v3_callback()` and define `FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK` appropriately. Reviewed By: meyering Differential Revision: D6745365 fbshipit-source-id: 3020593c60a21568781b835490b8d64913366cb9 --- folly/Demangle.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/folly/Demangle.cpp b/folly/Demangle.cpp index 4709106c..cb80b21f 100644 --- a/folly/Demangle.cpp +++ b/folly/Demangle.cpp @@ -27,8 +27,6 @@ // From libiberty // -// TODO(tudorb): Detect this with autoconf for the open-source version. -// // __attribute__((__weak__)) doesn't work, because cplus_demangle_v3_callback // is exported by an object file in libiberty.a, and the ELF spec says // "The link editor does not extract archive members to resolve undefined weak -- 2.34.1