diff options
author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-05-13 13:42:59 +0000 |
---|---|---|
committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-05-13 13:42:59 +0000 |
commit | e3ebce6bdf0315ac8aed08289ac925b178672013 (patch) | |
tree | e184a900d86f514122f43ee2a8f1392effcfb950 /openmp/www | |
parent | e0f8d597f46c67dd9ec970980826dd3a8876dc73 (diff) | |
download | llvm-e3ebce6bdf0315ac8aed08289ac925b178672013.zip llvm-e3ebce6bdf0315ac8aed08289ac925b178672013.tar.gz llvm-e3ebce6bdf0315ac8aed08289ac925b178672013.tar.bz2 |
Removed mentioning of OpenMP as unsupported feature (patch2 from A.Bokhanko)
llvm-svn: 237253
Diffstat (limited to 'openmp/www')
-rw-r--r-- | openmp/www/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openmp/www/index.html b/openmp/www/index.html index 3b768e83..eff58ee 100644 --- a/openmp/www/index.html +++ b/openmp/www/index.html @@ -37,9 +37,7 @@ <p>The OpenMP subproject of LLVM is intended to contain all of the components required to build an executing OpenMP program that are - outside the compiler itself. Support for OpenMP 3.1 in Clang is in the - process of being promoted into the Clang mainline, and can be - found at <a href="http://clang-omp.github.io/">OpenMP/Clang</a>. + outside the compiler itself. </p> <p>Here you can find :- |