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

Alex Voicu via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 18:08:56 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 {
----------------
AlexVlx wrote:

Done.

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


More information about the cfe-commits mailing list