[PATCH] D134825: [clang] Add debug info in MicrosoftCXXABI::EmitVirtualMemPtrThunk()

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 13:26:15 PDT 2022


dblaikie added inline comments.


================
Comment at: clang/test/CodeGenCXX/microsoft-abi-member-pointers-debug-info.cpp:13
+
+// CHECK: ![[DBG]] = !DILocation(
+
----------------
might be worth checking what location this is, to show it's a good one? (the code added makes some choice about what location to ascribe to this call, so the test should probably verify that)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134825



More information about the cfe-commits mailing list