[clang] [clang][AMDGPU] Clean-up handling of named barrier type (PR #207687)
Pierre van Houtryve via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 14 01:24:27 PDT 2026
================
@@ -1,8 +1,33 @@
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -verify -cl-std=CL1.2 -triple amdgcn-amd-amdhsa -Wno-unused-value %s
// RUN: %clang_cc1 -verify -cl-std=CL2.0 -triple amdgcn-amd-amdhsa -Wno-unused-value %s
+// RUN: %clang_cc1 -fcuda-is-device -cl-std=CL2.0 -verify -triple x86_64 -aux-triple amdgcn -Wno-unused-value %s
----------------
Pierre-vh wrote:
Removed aux run line
https://github.com/llvm/llvm-project/pull/207687
More information about the cfe-commits
mailing list