================
@@ -517,6 +517,11 @@ struct GenELF64PluginTy final : public GenericPluginTy {
 #endif
   }
 
+  Expected<MemoryInfoTy> get_memory_info(const void *TgtPtr) override {
----------------
jplehr wrote:

```suggestion
  Expected<MemoryInfoTy> getMemoryInfo(const void *TgtPtr) override {
```

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

Reply via email to