Author: rafael
Date: Wed Aug 2 19:45:01 2017
New Revision: 309916
URL: http://llvm.org/viewvc/llvm-project?rev=309916&view=rev
Log:
Update for llvm api change.
Modified:
lldb/trunk/source/Expression/IRExecutionUnit.cpp
Modified: lldb/trunk/source/Expression/IRExecutionUnit.cpp
URL:
http://
Author: enlight
Date: Wed Aug 2 03:12:12 2017
New Revision: 309803
URL: http://llvm.org/viewvc/llvm-project?rev=309803&view=rev
Log:
Fix ProcessAPITestCase.test_get_process_info
Modified:
lldb/trunk/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
Modified:
lldb/trunk/p
chapuni added a comment.
@mgorny was doing the right thing.
The user of llvm/ExecutionEngine/SectionMemoryManager.h (from
lldb/Expression/IRExecutionUnit.h) may depend on RuntimeDyld.
If a derived class from RTDyldMemoryManager is implemented, it should depend on
RuntimeDyld.
Repository:
rL
mgorny reopened this revision.
mgorny added a reviewer: chapuni.
mgorny added a subscriber: chapuni.
mgorny added a comment.
This revision is now accepted and ready to land.
Well, @chapuni disagrees on https://reviews.llvm.org/D36211. Which way should
we go then?
Repository:
rL LLVM
https://