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

Alex Voicu via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 05:13:01 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
----------------
AlexVlx wrote:

PTX is 0 all over the place at the moment so it'd not be impacted; I only copy&pastaed the cc1 invocation from an existing OMP test since I also have no idea how these interact:)

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


More information about the cfe-commits mailing list