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

The `update_cc_test_checks.py ` script iterates over clang AST generated by the 
provided runline. 
Since the stub variant are not present in the AST (emitted to IR), the script 
does not generate check lines to detect the stub variants, namely, 
`__clang_ocl_kern_imp_callee_kern` and `__clang_ocl_kern_imp_ext_callee_kern`

https://github.com/llvm/llvm-project/pull/115821
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to