1 ##===----------------------------------------------------------------------===##
3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 # See https://llvm.org/LICENSE.txt for license information.
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 ##===----------------------------------------------------------------------===##
9 # Build llvm-omp-device-info tool
11 ##===----------------------------------------------------------------------===##
13 libomptarget_say("Building the llvm-omp-device-info tool")
15 add_llvm_tool(llvm-omp-device-info llvm-omp-device-info.cpp)
17 llvm_update_compile_flags(llvm-omp-device-info)
19 target_link_libraries(llvm-omp-device-info PRIVATE
22 ${LIBOMPTARGET_TESTED_PLUGINS}