Add gcc/config/gcn/t-omp-device for OpenMP declare variant kind/arch/isa
authorTobias Burnus <tobias@codesourcery.com>
Mon, 4 Nov 2019 22:29:11 +0000 (22:29 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 4 Nov 2019 22:29:11 +0000 (23:29 +0100)
commit955cd057454b323419e06affa7df7d59dc3cd1fb
tree66884b067b9afbb1e0c765c0b1e2235f9744f975
parent9ac6cb7eb016da3419f68cbd176769f6f10584bb
Add gcc/config/gcn/t-omp-device for OpenMP declare variant kind/arch/isa

        gcc/
        * config/gcn/gcn.c (gcn_omp_device_kind_arch_isa): New function.
        (TARGET_OMP_DEVICE_KIND_ARCH_ISA): Redefine to
        gcn_omp_device_kind_arch_isa.
        * config/gcn/t-omp-device: New file.
        * configure.ac: Support gcn for omp_device_property.
        * configure: Regenerate.

From-SVN: r277797
gcc/ChangeLog
gcc/config/gcn/gcn.c
gcc/configure
gcc/configure.ac