[clang] [clang][CodeGen] Additional fixes for #114062 (PR #128166)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 05:14:50 PST 2025


================
@@ -0,0 +1,38 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --include-generated-funcs --version 5
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple amdgcn-amd-amdhsa -fopenmp-targets=amdgcn-amd-amdhsa -emit-llvm %s -fopenmp-is-target-device -o - | FileCheck %s
----------------
jhuber6 wrote:

I originally gave an OpenMP version just to indicate that the failure wasn't restricted to my weird use-cases as someone could wrap their code in begin / end declare target stuff and have it fail.

https://github.com/llvm/llvm-project/pull/128166


More information about the cfe-commits mailing list