D78082 changed the absolute address to a PC-relative address if version
is not less than 2. But it didn't differentiate versions when emitting
the xray table in AsmPrinter. This patch handles it.
Details
Details
- Reviewers
MaskRay dberris ianlevesque
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We should not add more code for legacy version 1. I sent D140739 to remove the runtime side code.