diff options
Diffstat (limited to 'openmp/runtime/doc/doxygen/libomp_interface.h')
-rw-r--r-- | openmp/runtime/doc/doxygen/libomp_interface.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openmp/runtime/doc/doxygen/libomp_interface.h b/openmp/runtime/doc/doxygen/libomp_interface.h index fc92d19f202..7ff28020851 100644 --- a/openmp/runtime/doc/doxygen/libomp_interface.h +++ b/openmp/runtime/doc/doxygen/libomp_interface.h @@ -30,8 +30,7 @@ has its own description. (At least, that's the ambition, we may not be there yet For the impatient, we cover building the runtime as the first topic here. CMake is used to build the OpenMP runtime. For details and a full list of options for the CMake build system, -see <tt>Build_With_CMake.txt</tt> inside the <tt>runtime/</tt> subdirectory. These -instructions will provide the most typical build. +see <tt>README.rst</tt> in the source code repository. These instructions will provide the most typical build. In-LLVM-tree build:. @code @@ -46,7 +45,7 @@ Out-of-LLVM-tree build: @code $ cd where-you-want-to-live Check out openmp -$ cd where-you-want-to-live/openmp/runtime +$ cd where-you-want-to-live/openmp $ mkdir build && cd build $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler> $ make |