[docs] Point inquisitive users to existing module.map files.

llvm-svn: 177552
This commit is contained in:
Sean Silva 2013-03-20 18:37:47 +00:00
parent 28e0def9f3
commit 99c9d9810b
1 changed files with 4 additions and 0 deletions

View File

@ -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.