summaryrefslogtreecommitdiff
path: root/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
commitb02d1733cf0e4574d7a16152c5d9371e16a58207 (patch)
tree9b062f41e47b87cdd6ed37497f3c729798fcc406 /docs/Modules.rst
parentc9fd1867f0610ce2f87094df8ecd1f9ff6593fa0 (diff)
downloadclang-b02d1733cf0e4574d7a16152c5d9371e16a58207.tar.gz
clang-b02d1733cf0e4574d7a16152c5d9371e16a58207.tar.bz2
clang-b02d1733cf0e4574d7a16152c5d9371e16a58207.tar.xz
[docs] Point inquisitive users to existing module.map files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Modules.rst')
-rw-r--r--docs/Modules.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Modules.rst b/docs/Modules.rst
index 7a9cdc74fd..e1156a6bca 100644
--- a/docs/Modules.rst
+++ b/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.