summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2017-11-01 20:26:47 +0000
committerDehao Chen <dehao@google.com>2017-11-01 20:26:47 +0000
commitc6c051f2ea7bdc0780190be15928daa96e0f19b6 (patch)
tree464c96c95f409dda2cdcc88cee9d84e32df29f4b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent9cbe7c7f9348762c59c42fcad54df742180786bd (diff)
downloadbcm5719-llvm-c6c051f2ea7bdc0780190be15928daa96e0f19b6.tar.gz
bcm5719-llvm-c6c051f2ea7bdc0780190be15928daa96e0f19b6.zip
Include GUIDs from the same module when computing GUIDs that needs to be imported.
Summary: In the compile phase of SamplePGO+ThinLTO, ICP is not invoked. Instead, indirect call targets will be included as function metadata for ThinIndex to buidl the call graph. This should not only include functions defined in other modules, but also functions defined in the same module, otherwise ThinIndex may find the callee dead and eliminate it, while ICP in backend will revive the symbol, which leads to undefined symbol. Reviewers: tejohnson Reviewed By: tejohnson Subscribers: sanjoy, llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D39480 llvm-svn: 317118
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud