[msan] Fix compilation of a disabled test.

llvm-svn: 205613
This commit is contained in:
Evgeniy Stepanov 2014-04-04 08:39:50 +00:00
parent a09bd2379c
commit fe82d5f849
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ 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];
}