Revert r205613.

llvm-svn: 205614
This commit is contained in:
Evgeniy Stepanov 2014-04-04 08:58:16 +00:00
parent fe82d5f849
commit 6d8f71f928
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ int main(int argc, char *argv[]) {
}
#else // BUILD_SO
__thread long huge_thread_local_array[1 << 17];
extern "C"
long *GetTls() {
return &huge_thread_local_array[0];
}