(7.3 beta 2 is public, but I was primarily focusing on on 7.2 and 7.3 beta
1).
On Thu, Jan 28, 2016 at 11:09 AM, Todd Fiala wrote:
> Yeah, we poked around at it for a while here.
>
> This is the issue I hit:
>
> -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
> -- Performing Test HAVE_CXX_ATOMIC
Yeah, we poked around at it for a while here.
This is the issue I hit:
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Failed
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - not found
CMake Error at c
On Thu, Jan 28, 2016 at 9:28 AM, Todd Fiala via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> This is all fixed up by r259028. Change comments for r259027 contain some
> changes to the build requirements for Xcode OS X builds.
>
> These boil down to essentially:
> * OS X 10.9 is the minimum deploy
This is all fixed up by r259028. Change comments for r259027 contain some
changes to the build requirements for Xcode OS X builds.
These boil down to essentially:
* OS X 10.9 is the minimum deployment version now, up from 10.8. This is
driven by the LLVM/clang cmake-based build.
* Cmake is now
Hi all,
At the current moment the OS X Xcode build is broken. I'll be working on
fixing it today. As has been discussed in the past, post llvm/clang-3.8
the configure/automake system was getting stripped out of LLVM and clang.
The OS X Xcode build has a legacy step in it that still uses the
conf