fjricci added inline comments.

================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py:1418
                                                      "include")),
-                'LD_EXTRAS': "-L%s -llldb" % lib_dir}
+                'LD_EXTRAS': "-L%s/../lib -llldb -Wl,-rpath,%s/../lib" % 
(lib_dir, lib_dir)}
         elif sys.platform.startswith('win'):
----------------
Why do we need to make this `-L$(lib_dir)/../lib` instead of the original 
`-L$(lib_dir)`? This breaks cases where `lib_dir` is `lib64` and not `lib`


Repository:
  rL LLVM

https://reviews.llvm.org/D25886



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to