summaryrefslogtreecommitdiffstats
path: root/clang/docs/Modules.rst
diff options
context:
space:
mode:
authorElad Cohen <elad2.cohen@intel.com>2016-09-04 06:00:42 +0000
committerElad Cohen <elad2.cohen@intel.com>2016-09-04 06:00:42 +0000
commitfb6358d2b5b25601a3172011238e229995f1b1a4 (patch)
tree90a22a43af6bffc06948028c1268069bcf85bf05 /clang/docs/Modules.rst
parent8e571b551ef58e58b4229de5ce18a65406e70082 (diff)
downloadbcm5719-llvm-fb6358d2b5b25601a3172011238e229995f1b1a4.tar.gz
bcm5719-llvm-fb6358d2b5b25601a3172011238e229995f1b1a4.zip
[Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
This adds support for modules that require (non-)freestanding environment, such as the compiler builtin mm_malloc submodule. Differential Revision: https://reviews.llvm.org/D23871 llvm-svn: 280613
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r--clang/docs/Modules.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst
index e11145ed71c..ad71a95420b 100644
--- a/clang/docs/Modules.rst
+++ b/clang/docs/Modules.rst
@@ -413,6 +413,9 @@ cplusplus
cplusplus11
C++11 support is available.
+freestanding
+ A freestanding environment is available.
+
gnuinlineasm
GNU inline ASM is available.
OpenPOWER on IntegriCloud