From 99c9d9810ba97ff8844815bedf24c05943035c52 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 20 Mar 2013 18:37:47 +0000 Subject: [docs] Point inquisitive users to existing module.map files. llvm-svn: 177552 --- clang/docs/Modules.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang/docs/Modules.rst') 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. -- cgit v1.2.1