[PATCH] D153924: [OpenMP] Allow exceptions in target regions when offloading to GPUs

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 21:08:18 PDT 2023


aeubanks added inline comments.


================
Comment at: clang/test/OpenMP/amdgpu_exceptions.cpp:10
+
+// RUN: %clang_cc1 -fopenmp -triple amdgcn-amd-amdhsa -fopenmp-is-target-device -fcxx-exceptions -fexceptions %s -emit-llvm -S -verify=with -Wopenmp-target-exception -analyze
+// RUN: %clang_cc1 -fopenmp -triple amdgcn-amd-amdhsa -fopenmp-is-target-device -fcxx-exceptions -fexceptions %s -emit-llvm -S -verify=with -Wopenmp-target-exception -analyze
----------------
I believe tests using `-analyze` need `REQUIRES: staticanalyzer`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153924/new/

https://reviews.llvm.org/D153924



More information about the cfe-commits mailing list