[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 19:56:30 PDT 2023
glandium added inline comments.
================
Comment at: llvm/include/llvm/DebugInfo/BTF/BTFContext.h:38
+ DILineInfo
+ getLineInfoForDataAddress(object::SectionedAddress Address) override;
+
----------------
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)
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