================
@@ -0,0 +1,82 @@
+// RUN: %libomptarget-compile-generic -fprofile-generate-gpu
----------------
jhuber6 wrote:

This is a limitation of the PTX target, globals cannot reference themselves. 
Most likely whatever NVIDIA engineer wrote the PTX parser found it annoying to 
reference something that wasn't fully parsed yet so he just decided to make it 
an error and here we are. See https://godbolt.org/z/53PP5c5ve.

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

Reply via email to