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
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
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_
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: