[clang] [llvm] [CodeGen][LLVM] Make the `va_list` related intrinsics generic. (PR #85460)

Jessica Clarke via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 15 13:35:47 PDT 2024


================
@@ -0,0 +1,22 @@
+// REQUIRES: spirv-registered-target
+// RUN: %clang_cc1 -triple spirv64-unknown-unknown -fcuda-is-device -emit-llvm -o - %s | FileCheck %s
+struct x {
----------------
jrtc27 wrote:

Newline before

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


More information about the cfe-commits mailing list