yaxunl added inline comments.
================ Comment at: clang/test/CodeGenCUDA/incomplete-func-ptr-type.cu:2 +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -x hip %s -o - \ +// RUN: | FileCheck %s + ---------------- need to check `_Z19__device_stub__kern7TempValIjE` generates the correct call of hipLaunchKernel using the correct handle. also need to check hipRegisterFunction uses the correct function name and handle. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140663/new/ https://reviews.llvm.org/D140663 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits