[libcxx-commits] [libcxx] f69acb2 - [libc++][NFC] Remove outdated TODO item

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 8 10:04:43 PDT 2020


Author: Louis Dionne
Date: 2020-07-08T13:04:33-04:00
New Revision: f69acb2af85ae71b823a15c6f73e50d4b90111b5

URL: https://github.com/llvm/llvm-project/commit/f69acb2af85ae71b823a15c6f73e50d4b90111b5
DIFF: https://github.com/llvm/llvm-project/commit/f69acb2af85ae71b823a15c6f73e50d4b90111b5.diff

LOG: [libc++][NFC] Remove outdated TODO item

Added: 
    

Modified: 
    libcxx/TODO.TXT

Removed: 
    


################################################################################
diff  --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT
index 652a38de75a5..cf489d29149d 100644
--- a/libcxx/TODO.TXT
+++ b/libcxx/TODO.TXT
@@ -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


        


More information about the libcxx-commits mailing list