summaryrefslogtreecommitdiffstats
path: root/clang/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
commita39924a1f8b97a2b65765f31d7e87884541d52ec (patch)
tree33aa61a31fb088dbf006aa7f2ca7e471ae257033 /clang/docs/PCHInternals.rst
parent1f6a32b3e7aa095263a5a0bbb1cc0576dce441a6 (diff)
downloadbcm5719-llvm-a39924a1f8b97a2b65765f31d7e87884541d52ec.tar.gz
bcm5719-llvm-a39924a1f8b97a2b65765f31d7e87884541d52ec.zip
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. llvm-svn: 230309
Diffstat (limited to 'clang/docs/PCHInternals.rst')
-rw-r--r--clang/docs/PCHInternals.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/docs/PCHInternals.rst b/clang/docs/PCHInternals.rst
index d247d3ed0aa..a36e65c199c 100644
--- a/clang/docs/PCHInternals.rst
+++ b/clang/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
OpenPOWER on IntegriCloud