Re: [swift-users] LLDB module import paths

2016-08-23 Thread Dmitry Shevchenko via swift-users
Hm actually it looks like the code I mentioned in (2) is not even executed in this case. The flow goes through if (module) {} block and does not care about target.swift-module-search-paths. On Mon, Aug 22, 2016 at 5:08 PM Dmitry Shevchenko wrote: > Hello, > > We build Swift code in a location di

[swift-users] LLDB module import paths

2016-08-23 Thread Dmitry Shevchenko via swift-users
Hello, We build Swift code in a location different from where sources live and having a bunch of issues with LLDB in such a setup. One of the problems is LLDB not being able to import the modules referenced from binaries we build: error: Error in auto-import: failed to get module '' from AST cont