[PATCH] D78655: [CUDA][HIP] Let non-caputuring lambda be host device

Aaron Enye Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 25 15:18:15 PDT 2020


ashi1 added inline comments.


================
Comment at: clang/test/CodeGenCUDA/lambda.cu:53
+// DEV:  call void @_ZZ12test_resolvevENKUlvE_clEv
+// DEV-LABE: define internal void @_ZZ12test_resolvevENKUlvE_clEv
+// DEV:  call i32 @_Z10overloadedIiET_v
----------------
There is a typo here, DEV-LABEL


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78655/new/

https://reviews.llvm.org/D78655





More information about the cfe-commits mailing list