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:
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