From: Hans Wennborg Date: Tue, 1 Mar 2016 19:10:09 +0000 (+0000) Subject: ReleaseNotes: fix build failure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ece949252b676db6b6fb24ab3fe80da388b5d02;p=clang ReleaseNotes: fix build failure git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@262365 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index a9b4b0de29..3ee9f7f86f 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -180,7 +180,7 @@ Several additional features/bugfixes have been added to the previous standards: - Improved diagnostics for function pointers. OpenMP Support in Clang ---------------------- +----------------------- OpenMP 3.1 is fully supported and is enabled by default with -fopenmp which now uses the clang OpenMP library instead of the GCC OpenMP library.