[Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.

Chaoren Lin chaorenl at google.com
Mon Jul 20 12:53:07 PDT 2015


chaoren created this revision.
chaoren added a reviewer: clayborg.
chaoren added a subscriber: lldb-commits.

The current Makefile scheme only allows one dylib to be specified in each make
invocation, so TestLoadUnload had a custom Makefile that's unrelated to the
base Makefile.rules. This change uses recursive make invocations to bypass the
single dylib restriction. See D11202 for more context.

http://reviews.llvm.org/D11367

Files:
  test/functionalities/load_unload/Makefile
  test/functionalities/load_unload/hidden/.keep
  test/functionalities/load_unload/hidden/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11367.30183.patch
Type: text/x-patch
Size: 3304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150720/7d5d1f24/attachment.bin>


More information about the lldb-commits mailing list