Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/mapping/delete_inf_refcount.c
// RUN: %libomptarget-compile-run-and-check-generic | // RUN: %libomptarget-compile-run-and-check-generic | ||||
// fails with error message 'Unable to generate target entries' on amdgcn | // fails with error message 'Unable to generate target entries' on amdgcn | ||||
// XFAIL: amdgcn-amd-amdhsa | // XFAIL: amdgcn-amd-amdhsa | ||||
// XFAIL: amdgcn-amd-amdhsa-newRTL | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <omp.h> | #include <omp.h> | ||||
#pragma omp declare target | #pragma omp declare target | ||||
int isHost; | int isHost; | ||||
#pragma omp end declare target | #pragma omp end declare target | ||||
Show All 20 Lines |