[www] r237252 - Removed mentioning of OpenMP as unsupported feature (patch from A.Bokhanko)

Andrey Churbanov Andrey.Churbanov at intel.com
Wed May 13 06:41:04 PDT 2015


Author: achurbanov
Date: Wed May 13 08:41:04 2015
New Revision: 237252

URL: http://llvm.org/viewvc/llvm-project?rev=237252&view=rev
Log:
Removed mentioning of OpenMP as unsupported feature (patch from A.Bokhanko)

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=237252&r1=237251&r2=237252&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Wed May 13 08:41:04 2015
@@ -57,8 +57,8 @@
 <li><p><b><a href="http://dragonegg.llvm.org">dragonegg</a></b> 
     integrates the LLVM optimizers and code generator with the GCC parsers.
     This allows LLVM to compile Ada, Fortran, and other languages supported by
-    the GCC compiler frontends, and access to C features not supported by Clang
-    (such as OpenMP).</p></li>
+    the GCC compiler frontends, and access to C features not supported by Clang.
+    </p></li>
 
 <li><p>The <b><a href="http://lldb.llvm.org">LLDB</a></b> project builds on
     libraries provided by LLVM and Clang to provide a great native debugger.





More information about the llvm-commits mailing list