Displaying 2 results from an estimated 2 matches for "36617,7".
Did you mean:
3617,7
2014 May 12
2
[LLVMdev] Build failure with libcxx
...s below. This is on openSUSE 13.1 both on i586
and x86-64. Reverting r207606 fixes the second stage bootstrap.
On Sun, May 11, 2014 at 10:19 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> I did a diff -u broken.ii working.ii and the difference explains the
> problem:
>
> @@ -36617,7 +36628,7 @@
> } x;
> };
> return Allocator.Allocate(
> - Size, std::min((size_t)llvm::NextPowerOf2(Size), offsetof(S, x)));
> + Size, std::min((size_t)llvm::NextPowerOf2(Size),
> __builtin_offsetof(S, x)));
> }
>
>
> Looks like non-working clang...
2014 May 09
2
[LLVMdev] Build failure with libcxx
Hi,
Recently my libcxx enabled llvm/clang builds has started to fail in stage2.
I must admit I am stomped because I cannot make sense of the error:
[ 723s] FAILED: /home/abuild/rpmbuild/BUILD/llvm/stage1/bin/clang++
-DLLVMSupport_EXPORTS -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -stdlib=libc++ -fPIC
-fvisibility-inlines-hidden -Wall -W