[clang] [Clang][AMDGPU] Add a new builtin type for buffer rsrc (PR #94830)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 17 15:04:09 PDT 2024


================
@@ -0,0 +1,19 @@
+// REQUIRES: amdgpu-registered-target
+// RUN: %clang_cc1 -fsyntax-only -verify -triple amdgcn -Wno-unused-value %s
+
----------------
yxsamliu wrote:

Add a run line:

// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64 -aux-triple amdgcn -Wno-unused-value %s

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


More information about the cfe-commits mailing list