https://bugs.llvm.org/show_bug.cgi?id=33136

            Bug ID: 33136
           Summary: [ARM] libc++ fails with bad_cast on ARM
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: renato.go...@linaro.org
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com

We have around 150 failures on ARM when building libc++/libc++abi/libunwind and
running the LIT tests from "ninja check-all". Attached is a way to reproduce
using Clang 3.8 as the compiler (breaks with current trunk, too, in the same
way).

Apart from the bad_cast problem, there's also the issue that the libc++ tests
are being compiled with the system compiler (which happens to be clang 3.8),
but to be in line with other tests, it should actually pick the fresh in-tree
compiler instead.

Attached is a tarball with the script, sources, includes and libraries needed
to make that work locally. It should be reproducible with any Clang, and I
believe with any GCC, too.

I haven't tested on QEMU, but this happens in every ARM board I have ever
tried.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to