summaryrefslogtreecommitdiffstats
path: root/clang/docs/Modules.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-20 18:37:47 +0000
committerSean Silva <silvas@purdue.edu>2013-03-20 18:37:47 +0000
commit99c9d9810ba97ff8844815bedf24c05943035c52 (patch)
tree21b72cabd7bba769c045842bd1398afb5d11eb6f /clang/docs/Modules.rst
parent28e0def9f3cc838f63218a961dd54e18f534fc67 (diff)
downloadbcm5719-llvm-99c9d9810ba97ff8844815bedf24c05943035c52.tar.gz
bcm5719-llvm-99c9d9810ba97ff8844815bedf24c05943035c52.zip
[docs] Point inquisitive users to existing module.map files.
llvm-svn: 177552
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r--clang/docs/Modules.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst
index 7a9cdc74fd8..e1156a6bca3 100644
--- a/clang/docs/Modules.rst
+++ b/clang/docs/Modules.rst
@@ -151,6 +151,10 @@ Module Map Language
===================
TBD
+In the meantime, you can look at ``clang/lib/Headers/module.map``, and all
+the ``module.map`` files in ``clang/test/``.
+In particular, ``clang/test/Modules/`` contains tests specifically related
+to the modules functionality.
.. [#] Automatic linking against the libraries of modules requires specific linker support, which is not widely available.
OpenPOWER on IntegriCloud