[PATCH] Link against installed library when running lldb test with gcc-4.9.2

Vince Harron vince at nethacker.com
Tue May 26 15:59:40 PDT 2015


================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:294
@@ -280,1 +293,3 @@
                                  '"lldb all"'])
+            if 'gcc4.9' in compilerPath:
+                testenv=getLibPath(f, compilerPath, env)
----------------
Something tells me we should always do this getLibPath or only skip it for gcc4.8

For example, if we add support for gcc 5.0, we want this.

Also, does this affect Android builds?  Maybe we should only be adding this lib path on Linux builds?

http://reviews.llvm.org/D9902

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list