[clang] [Clang] Emit stub version of OpenCL Kernel (PR #115821)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 07:10:31 PST 2024


================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -emit-llvm -o - %s | FileCheck %s
----------------
shiltian wrote:

I think we really need to force auto generate to make (other's) future life much easier.

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


More information about the cfe-commits mailing list