mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 01:16:06 +00:00

Pass the correct library directory from CMake to dotest.py when linking liblldb, instead of trying to reconstruct the path from executable path. This fixes link failures on platforms having non-null LLVM_LIBDIR_SUFFIX. Differential Revision: https://reviews.llvm.org/D73767