https://llvm.org/bugs/show_bug.cgi?id=28392
Bug ID: 28392
Summary: Thread local variables are not working on Linux
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
The "packages/Python/lldbsuite/test/lang/c/tls_globals" test is broken on
Linux. It seemed to be ok only because before TLS support was added to Darwin,
it was being expected failed by the following decorator:
@unittest2.expectedFailure("rdar://7796742")
once I fixed Darwin, the buildbots started to fail on linux. Not sure which
other OS variants will be failing as well, so I added back a:
@unittest2.expectedFailure("now works on Darwin, but not linux")
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev