projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683a7f7
)
[libc++][NFC] Remove outdated TODO item
author
Louis Dionne
<ldionne@apple.com>
Wed, 8 Jul 2020 17:04:17 +0000
(13:04 -0400)
committer
Louis Dionne
<ldionne@apple.com>
Wed, 8 Jul 2020 17:04:33 +0000
(13:04 -0400)
libcxx/TODO.TXT
patch
|
blob
|
history
diff --git
a/libcxx/TODO.TXT
b/libcxx/TODO.TXT
index
652a38d
..
cf489d2
100644
(file)
--- 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