[llvm-bugs] [Bug 25874] New: test cxa_thread_atexit_test.pass.cpp fails
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 17 14:08:53 PST 2015
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: unassignedbugs at nondot.org
Reporter: burkett at rice.edu
CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151217/de0258df/attachment.html>
More information about the llvm-bugs
mailing list