[Lldb-commits] [PATCH] D11202: Remove shell-specific code from TestLoadUnload Makefile.
Greg Clayton
clayborg at gmail.com
Wed Jul 15 13:24:09 PDT 2015
clayborg added a comment.
The eventual and correct fix it to source the main makefile rules and use the DYLIB_* make variables for LIB_A, and make equivalent DYLIB2_*, DYLIB3_*, DYLIB4_* variables which would allow the top level makefile rules to compile up to 4 shared libraries in one makefile and then use those for LIB_B, LIB_C and LIB_D.
http://reviews.llvm.org/D11202
More information about the lldb-commits
mailing list