This required adding support for resolving R_AARCH64_ABS64 relocations to
get accurate addresses for function names to resolve.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/XRay/InstrumentationMap.cpp | ||
---|---|---|
104 | I'd suggest a different name here, maybe SupportsRelocation? |
Comment Actions
It seems like the commit dropped the tests. I'm planning to re-add them, and try converting the binary to YAML in the process.
I'd suggest a different name here, maybe SupportsRelocation?