[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

2017-08-02 Thread Michał Górny via Phabricator via lldb-commits
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://

[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

2017-08-02 Thread NAKAMURA Takumi via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r309803 - Fix ProcessAPITestCase.test_get_process_info

2017-08-02 Thread Vadim Macagon via lldb-commits
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

[Lldb-commits] [lldb] r309916 - Update for llvm api change.

2017-08-02 Thread Rafael Espindola via lldb-commits
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://