Re: [Lldb-commits] [lldb] r290819 - [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-03 Thread Tim Hammerquist via lldb-commits
It may also be the addition of a source file not being added to the Xcode project. This is currently handled by manual changes to the xcodeproj. -Tim On Tue, Jan 3, 2017 at 9:41 AM, Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote: > I bet it's the Xcode build not

Re: [Lldb-commits] [lldb] r290819 - [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-03 Thread Pavel Labath via lldb-commits
I bet it's the Xcode build not replicating the if (LLVM_ENABLE_DIA_SDK) add_subdirectory(PDB) endif() and trying to run the PDB test even though it shouldn't. (I don't really have a good idea on how to fix this.) pl On 3 January 2017 at 17:36, Zachary Turner via lldb-commits

Re: [Lldb-commits] [lldb] r290819 - [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-03 Thread Zachary Turner via lldb-commits
Hi Michal, It looks like this patch may have broken this bot. http://lab.llvm.org:8080/green/job/lldb_build_test/23767/consoleFull#-1083450927b825e790-484f-4586-af29-73c4754ff671 What do you think? On Mon, Jan 2, 2017 at 10:31 AM Michal Gorny via lldb-commits < lldb-commits@lists.llvm.org>