[Lldb-commits] [lldb] r210035 - Fix most of the remaining Windows build warnings.
Ed Maste
emaste at freebsd.org
Tue Jun 17 11:49:28 PDT 2014
On 17 June 2014 14:33, Todd Fiala <tfiala at google.com> wrote:
>
> Hey Ed - can you test this out on FreeBSD? This is a patch that fixes cmake on MacOSX. I verified it works on MacOSX and Linux with cmake/ninja.
>
> The original code looks like it was opting in for the --start-group/--end-group linker options on FreeBSD, which this patch would change but might be a no-op on your end.
It's odd that this is a compiler-dependent test, I'd expect it to be a
linker issue. In any case, we definitely needed --start-group and
--end-group in the past. If this test works with Linux though it will
probably work with FreeBSD too. I'll test it.
More information about the lldb-commits
mailing list