Add an FAQ entry and add a few lines to another one. Document the use of CCC_OVERRIDE_OPTIONS for injecting GCC toolchain path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for improving the documentation. Some comments, the documentation should be generic over specific cmake invocations / gcc versions and errors.
openmp/docs/SupportAndFAQ.rst | ||
---|---|---|
61 | I'd just say something like "If building OpenMP with LLVM_ENABLE_RUNTIMES, OpenMP should not be enabled as a project in LLVM_ENABLE_PROJECTS because it is enabled by default." | |
222 | No need to be specific to GCC 9.1.0. | |
229 | Don't give a specific cmake invocation, we can just refer to the existing documentation for setting up CMake as above. |
openmp/docs/SupportAndFAQ.rst | ||
---|---|---|
217 | No longer relevant. |
I'd just say something like "If building OpenMP with LLVM_ENABLE_RUNTIMES, OpenMP should not be enabled as a project in LLVM_ENABLE_PROJECTS because it is enabled by default."