[Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
chaorenl at google.com
Mon Jul 20 17:45:49 PDT 2015
chaoren requested a review of this revision.
chaoren added a comment.
Hi Greg,
Two test cases were failing before this change. The original Makefile had a different `EXEC_PATH` variable for lib_d. I have no clue what `-install_name` does, but it seems to be hard-coded in the base Makefile to be `@executable_path/$(DYLIB_FILENAME)`, could you please take a look if this change is alright?
http://reviews.llvm.org/D11367
More information about the lldb-commits
mailing list