This is an archive of the discontinued LLVM Phabricator instance.

Fix Perf build failure due to getLineInfoForAddress API change
AbandonedPublic

Authored by christylee on Mar 8 2019, 3:32 PM.

Details

Reviewers
avl
twoh
Summary

https://reviews.llvm.org/D58194 added SectionedAddress to DebugInfo interfaces but the change was not reflected in llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp. The build failure is only observed when the build is configured with -DLLVM_USE_PERF=ON.

Diff Detail

Event Timeline

christylee created this revision.Mar 8 2019, 3:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2019, 3:32 PM
avl added a comment.Mar 11 2019, 4:07 AM

There is a duplicated review https://reviews.llvm.org/D59189 , I`ve already commented there ...

christylee abandoned this revision.Mar 11 2019, 10:12 AM