Seems reasonable overall, with one comment. ================ Comment at: test/lang/c/shared_lib/TestSharedLib.py:62-63 @@ -64,1 +61,4 @@ + else: + # Register our shared libraries for remote targets so they get automatically uploaded + environment = self.registerSharedLibrariesWithTarget(target, self.shlib_names) ---------------- Will we need this on FreeBSD and Linux later on? I.e., do we need to append this to the environment?
http://reviews.llvm.org/D6392 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
