blob: af2a1cf588903a2fd71ed0c1be2277f42ca08021 [file] [edit]
// clang-format off
// RUN: %libomptarget-compileopt-generic
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
// RUN: %libomptarget-compileopt-generic -g
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
// clang-format on
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: x86_64-unknown-linux-gnu
// UNSUPPORTED: s390x-ibm-linux-gnu
#include <omp.h>
int main(void) {
int X;
omp_target_free(&X, 0);
}
// CHECK: OFFLOAD ERROR: deallocation of non-allocated device memory: 0x
// CHECK: dataDelete
// NDEBG: main
// DEBUG: main {{.*}}free_host_ptr.c:[[@LINE-5]]