[libc++][NFC] Remove outdated TODO item
authorLouis Dionne <ldionne@apple.com>
Wed, 8 Jul 2020 17:04:17 +0000 (13:04 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 8 Jul 2020 17:04:33 +0000 (13:04 -0400)
libcxx/TODO.TXT

index 652a38d..cf489d2 100644 (file)
@@ -2,7 +2,6 @@ This is meant to be a general place to list things that should be done "someday"
 
 CXX Runtime Library Tasks
 =========================
-* Fix that CMake always link to /usr/lib/libc++abi.dylib on OS X.
 * Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++
   is used as the runtime library.
 * Investigate and document interoperability between libc++ and libstdc++ on