forked from OSchip/llvm-project
15 lines
521 B
CMake
15 lines
521 B
CMake
##===----------------------------------------------------------------------===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is dual licensed under the MIT and the University of Illinois Open
|
|
# Source Licenses. See LICENSE.txt for details.
|
|
#
|
|
# ##===----------------------------------------------------------------------===##
|
|
#
|
|
# Build a device RTL for each available machine available.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
add_subdirectory(nvptx)
|