[Lldb-commits] [PATCH] D29888: Fix debug build of unit tests

2017-02-15 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL295189: Fix debug build of unit tests (authored by labath). Changed prior to commit: https://reviews.llvm.org/D29888?vs=88177&id=88544#toc Repository: rL LLVM https://reviews.llvm.org/D29888 Files:

[Lldb-commits] [PATCH] D29888: Fix debug build of unit tests

2017-02-13 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a subscriber: mgorny. It turns out listing each library twice is not enough to resolve all references in a debug build on linux - a number of executables fails to link with random symbols missing. Increasing the number to three seems to be enough. The cho