[Lldb-commits] [PATCH] Fix several test failures on Linux/FreeBSD caused by compiler configuration and invalid environment

Ed Maste emaste at freebsd.org
Tue Nov 25 08:42:33 PST 2014


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






More information about the lldb-commits mailing list