]> granicus.if.org Git - clang/commitdiff
[docs] Point inquisitive users to existing module.map files.
authorSean Silva <silvas@purdue.edu>
Wed, 20 Mar 2013 18:37:47 +0000 (18:37 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 20 Mar 2013 18:37:47 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177552 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Modules.rst

index 7a9cdc74fd87b7c97f16e532515f7fc29c64d5ed..e1156a6bca36229c8d10f11eeeb6191d74ef3f02 100644 (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.