Re: [Lldb-commits] [lldb] r253501 - Fix CMake dependency on lldb.py

2015-11-18 Thread Todd Fiala via lldb-commits
(good catch :-) ) On Wed, Nov 18, 2015 at 1:20 PM, Todd Fiala wrote: > Nope, I'm wrong. Sorry! > > On Wed, Nov 18, 2015 at 1:15 PM, Todd Fiala wrote: > >> I don't *think* that's right? (At least, not for Linux). >> >> It's not coming from the source dir. It gets generated into the binary >>

Re: [Lldb-commits] [lldb] r253501 - Fix CMake dependency on lldb.py

2015-11-18 Thread Todd Fiala via lldb-commits
Nope, I'm wrong. Sorry! On Wed, Nov 18, 2015 at 1:15 PM, Todd Fiala wrote: > I don't *think* that's right? (At least, not for Linux). > > It's not coming from the source dir. It gets generated into the binary > directory. Or - maybe the Windows ones write the output into the source > tree?

Re: [Lldb-commits] [lldb] r253501 - Fix CMake dependency on lldb.py

2015-11-18 Thread Todd Fiala via lldb-commits
I don't *think* that's right? (At least, not for Linux). It's not coming from the source dir. It gets generated into the binary directory. Or - maybe the Windows ones write the output into the source tree? Do we need to conditionalize the location of lldb.py based on the build? -Todd On Wed,