Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2020-07-08 20:04:17 +0300
committerLouis Dionne <ldionne@apple.com>2020-07-08 20:04:33 +0300
commitf69acb2af85ae71b823a15c6f73e50d4b90111b5 (patch)
tree326cdf4c4e021fc9254d05412392306ec9f0efca /libcxx
parent683a7f7025b3115053449a76463e11916ecf350f (diff)
[libc++][NFC] Remove outdated TODO item
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/TODO.TXT1
1 files changed, 0 insertions, 1 deletions
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