Lines Matching +full:openmp +full:- +full:build
2 set(LLVM_SUBPROJECT_TITLE "OpenMP")
15 project(openmp C CXX ASM)
31 "Enable -Werror flags to turn warnings into errors for supporting compilers.")
36 "Path where built OpenMP libraries should be installed.")
40 "C compiler to use for testing OpenMP runtime libraries.")
42 "C++ compiler to use for testing OpenMP runtime libraries.")
44 "FORTRAN compiler to use for testing OpenMP runtime libraries.")
56 "Path where built openmp libraries should be installed.")
59 "Path where built OpenMP libraries should be installed.")
79 message("Using local flang build at ${OPENMP_TEST_Fortran_COMPILER}")
85 # only set it locally for OpenMP.
92 include(config-ix)
101 "OpenMP compiler flag to use for testing OpenMP runtime libraries.")
107 # 32-bit systems are not supported either.
125 # Build host runtime library, after LIBOMPTARGET variables are set since they are needed
126 # to enable time profiling support in the OpenMP runtime.
135 option(OPENMP_ENABLE_OMPT_TOOLS "Enable building ompt based tools for OpenMP."
147 option(OPENMP_MSVC_NAME_SCHEME "Build dll with MSVC naming scheme." OFF)
149 # Build libompd.so
152 # Build documentation
155 # Now that we have seen all testsuites, create the check-openmp target.