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

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 04:57:26 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:

Yeah, shouldn't be necessary. Could add `nvptx64-nvidia-cuda` instead to be thorough since I'm assuming it'd use the same AS handling?

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


More information about the cfe-commits mailing list