Thread local storage was already broken on Linux and the tests were passing...
Thread local storage was already broken on Linux and the tests were passing because there was a dectorator: @unittest2.expectedFailure("rdar://7796742") Which was covering up the fact this was failing on linux and hexagon. I added back a decorator so we don't break any build bots. llvm-svn: 274388
Loading
Please sign in to comment