Skip to content
Snippets Groups Projects
Commit c9fd1867 authored by Sean Silva's avatar Sean Silva
Browse files

[docs] Prominently note that modules are expemental.

And ask for people to try it out and send us bug reports!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177551 91177308-0d34-0410-b5e6-96231b3b80d8
parent 4cc0cf1a
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ Modules ...@@ -5,6 +5,10 @@ Modules
.. contents:: .. contents::
:local: :local:
.. warning::
The functionality described on this page is still experimental! Please
try it out and send us bug reports!
Introduction Introduction
============ ============
Most software is built using a number of software libraries, including libraries supplied by the platform, internal libraries built as part of the software itself to provide structure, and third-party libraries. For each library, one needs to access both its interface (API) and its implementation. In the C family of languages, the interface to a library is accessed by including the appropriate header files(s): Most software is built using a number of software libraries, including libraries supplied by the platform, internal libraries built as part of the software itself to provide structure, and third-party libraries. For each library, one needs to access both its interface (API) and its implementation. In the C family of languages, the interface to a library is accessed by including the appropriate header files(s):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment