Lines Matching +full:flang +full:- +full:build
21 "BUILD_SHARED_LIBS is not supported for CUDA build of Fortran runtime"
37 -Xclang -fcuda-allow-variadic-functions
42 --expt-relaxed-constexpr
45 -Xcudafe --diag_suppress=20208
46 -Xcudafe --display_error_number
73 # 'host_device' build only works with Clang compiler currently.
74 # The build is done with the CMAKE_C/CXX_COMPILER, i.e. it does not use
75 # the in-tree built Clang. We may have a mode that would use the in-tree
80 # compatible with the LLVM toolchain version distributed with the Flang
82 # In general, the in-tree built Clang should be used for 'nohost' build.
83 # Note that 'nohost' build does not produce the host version of Flang
85 # 'nohost' build is a TODO.
88 message(FATAL_ERROR "Unsupported OpenMP offload build of Flang runtime")
92 "BUILD_SHARED_LIBS is not supported for OpenMP offload build of Fortran runtime"
113 # TODO: support auto detection on the build system.
124 -fopenmp
125 -fvisibility=hidden
126 -fopenmp-cuda-mode
127 --offload-arch=${compile_for_architectures}
129 -foffload-lto
141 "Flang runtime build is not supported for these compilers:\n"