Kaydet (Commit) fa7b7f73 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Document that Clang 3.4.2 is known to be too old

<https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
"Clang baseline bump"

Change-Id: I13b621be7614ce81777bf56ce52a68e36513be20
Reviewed-on: https://gerrit.libreoffice.org/46518Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 327a3ac9
...@@ -45,6 +45,10 @@ run and compile LibreOffice, also used by the TDF builds: ...@@ -45,6 +45,10 @@ run and compile LibreOffice, also used by the TDF builds:
* Runtime: 11.0 (only support for newer i devices == 64 bit) * Runtime: 11.0 (only support for newer i devices == 64 bit)
* Build: Xcode 9.0 and iPhone SDK 11.1 * Build: Xcode 9.0 and iPhone SDK 11.1
At least Clang 3.4.2 is known to be too old to pass the configure.ac check "whether $CXX supports
C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic ignored "-Wpragmas"
that it does not understand).
If you want to use Clang with the LibreOffice compiler plugins, the minimal If you want to use Clang with the LibreOffice compiler plugins, the minimal
version of Clang is 3.4. Since Xcode doesn't provide the compiler plugin version of Clang is 3.4. Since Xcode doesn't provide the compiler plugin
headers, you have to compile your own Clang to use them on macOS. headers, you have to compile your own Clang to use them on macOS.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment