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

            Bug ID: 25874
           Summary: test  cxa_thread_atexit_test.pass.cpp fails
           Product: libc++abi
           Version: 3.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: burk...@rice.edu
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
    Classification: Unclassified

On RedHat 6.5, cxa_thread_atexit_test.pass.cpp fails.

>From Clang Documentation 
  http://blog.llvm.org/2013/04/clang-support-for-c11-and-beyond.html:
// Clang now supports C++11s thread_local keyword, including dynamic
// initialization and destruction of thread-local objects. Dynamic
// destruction requires a C++ runtime library which provides
// __cxa_thread_atexit, which is currently only provided by the g++4.8
// C++ runtime library.


I had to add "// XFAIL: linux"  to get around this issue.

This is a build using gpp/clang-3.7 to build clant3.7/clang3.7

Let me know what other information I need to supply to help with this problem.

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