Re: [Lldb-commits] [lldb] r322188 - Add empty() function to the Environment class

2018-01-10 Thread Jim Ingham via lldb-commits
Tim added it to the Xcode project, but added it to the wrong target. All lldb_private implementation files need to be added to the lldb-core target. We also add all the .h files to the project alongside their .cpp files, but the .h files for don't get added to any target (to keep Xcode's heade

Re: [Lldb-commits] [lldb] r322188 - Add empty() function to the Environment class

2018-01-10 Thread Davide Italiano via lldb-commits
Also, the upstream `lldb-xcode` bot is red http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/ On Wed, Jan 10, 2018 at 10:26 AM, Davide Italiano wrote: > Picking a random commit in the `Environment` series. > Hey Pavel, I'm currently seeing errors when building with Xcode > > Ld build/DebugC

Re: [Lldb-commits] [lldb] r322188 - Add empty() function to the Environment class

2018-01-10 Thread Davide Italiano via lldb-commits
Picking a random commit in the `Environment` series. Hey Pavel, I'm currently seeing errors when building with Xcode Ld build/DebugClang/lldb-server normal x86_64 cd /Users/davide/work/lldb export MACOSX_DEPLOYMENT_TARGET=10.11 /Volumes/Xcode10A36a_m18A103_i16A160a_t16J145_w16R149_

[Lldb-commits] [lldb] r322188 - Add empty() function to the Environment class

2018-01-10 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Jan 10 06:17:40 2018 New Revision: 322188 URL: http://llvm.org/viewvc/llvm-project?rev=322188&view=rev Log: Add empty() function to the Environment class Needed to make the previous Freebsd fix work. Modified: lldb/trunk/include/lldb/Utility/Environment.h Modified: