summaryrefslogtreecommitdiff
path: root/docs/PCHInternals.rst
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-24 05:14:17 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-24 05:14:17 +0000
commit947bca71d3343f6b703c92baf5c12d73bf15a1e3 (patch)
tree5b6ed55aefebd2c1d2f7f4c3586a0565e0658356 /docs/PCHInternals.rst
parentaa052b8ebc4d516a42d27d9735d6e0bdb2226dc7 (diff)
downloadclang-947bca71d3343f6b703c92baf5c12d73bf15a1e3.tar.gz
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
This reverts commit r230305. Off to fix another round of missing dependencies on various platforms. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/PCHInternals.rst')
-rw-r--r--docs/PCHInternals.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/PCHInternals.rst b/docs/PCHInternals.rst
index d247d3ed0a..a36e65c199 100644
--- a/docs/PCHInternals.rst
+++ b/docs/PCHInternals.rst
@@ -65,9 +65,6 @@ be included at the beginning of the translation unit. The extensions to the
AST file format required for modules are discussed in the section on
:ref:`modules <pchinternals-modules>`.
-Clang's AST files are Mach-O, ELF, or COFF containers that contain a
-``__clangast`` section which holds the AST bitstream.
-
Clang's AST files are designed with a compact on-disk representation, which
minimizes both creation time and the time required to initially load the AST
file. The AST file itself contains a serialized representation of Clang's