forked from OSchip/llvm-project
Removed mentioning of OpenMP as unsupported feature (patch2 from A.Bokhanko)
llvm-svn: 237253
This commit is contained in:
parent
e0f8d597f4
commit
e3ebce6bdf
|
@ -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 :-
|
||||
|
|
Loading…
Reference in New Issue