summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/lib/abi/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/lib/abi/README.TXT')
-rw-r--r--lib/libcxx/lib/abi/README.TXT8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcxx/lib/abi/README.TXT b/lib/libcxx/lib/abi/README.TXT
deleted file mode 100644
index f098b80403a..00000000000
--- a/lib/libcxx/lib/abi/README.TXT
+++ /dev/null
@@ -1,8 +0,0 @@
-This directory contains abi lists representing the symbols exported
-by the libc++ library. The lists are generated using sym_extract.py.
-
-Every time a symbol is added or removed from the libc++ library each of the
-lists *MUST* be updated to reflect the changes.
-
-TODO Add more documentation about generating and using the lists.
-TODO Add more documentation about the build configuration the lists are generated against.