| commit | 5e365481be801af53f78230acda03cb7124586a4 | [log] [tgz] |
|---|---|---|
| author | Todd Fiala <todd.fiala@gmail.com> | Thu Sep 24 21:59:48 2015 +0000 |
| committer | Todd Fiala <todd.fiala@gmail.com> | Thu Sep 24 21:59:48 2015 +0000 |
| tree | b1363a5b29bee1f9675653d4576f1820758aeded | |
| parent | 77456efcb177e7d3741c7733d25e6f11cb38a3ac [diff] |
Fix tests on cmake-based OS X after rL248338 See: https://llvm.org/bugs/show_bug.cgi?id=24926 for details. On OS X, when LLDB.framework is not part of the lldb.dylib path, the supporting executable path is resolved to be the bin directory sitting next to the lib directory with the dylib lives. Not a perfect solution, but we also can't base it on the executable path since both Python and the lldb driver can be the executable. llvm-svn: 248545