[PATCH] D149058: [BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not available
    Mike Hommey via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 12 20:57:16 PDT 2023
    
    
  
glandium added inline comments.
================
Comment at: llvm/include/llvm/DebugInfo/BTF/BTFContext.h:38
+  DILineInfo
+  getLineInfoForDataAddress(object::SectionedAddress Address) override;
+
----------------
glandium wrote:
> Our builds are failing here:
> ```
> In file included from /builds/worker/fetches/llvm-project/llvm/lib/DebugInfo/BTF/BTFContext.cpp:15:
> /builds/worker/fetches/llvm-project/llvm/include/llvm/DebugInfo/BTF/BTFContext.h:38:63: error: only virtual member functions can be marked 'override'
>   getLineInfoForDataAddress(object::SectionedAddress Address) override;
>                                                               ^~~~~~~~
> ```
> (compiling with clang 13)
Forget it, it's self-inflicted, we have a patch that reverts cead4eceb01b935fae07bf4a7e91911b344d2fec
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149058/new/
https://reviews.llvm.org/D149058
    
    
More information about the llvm-commits
mailing list