summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-xray/X86/extract-instrmap-pie.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-xray] Support for PIEPetr Hosek2018-12-141-0/+11
When the instrumented binary is linked as PIE, we need to apply the relative relocations to sleds. This is handled by the dynamic linker at runtime, but when processing the file we have to do it ourselves. Differential Revision: https://reviews.llvm.org/D55542 llvm-svn: 349120
OpenPOWER on IntegriCloud