Unbreak Mac build.

llvm-svn: 187937
This commit is contained in:
Peter Collingbourne 2013-08-07 23:29:46 +00:00
parent 57f783da4e
commit f3bd4f6bb3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "llvm/ADT/StringRef.h"
#ifdef __GNUC__
#if defined(__GNUC__) && defined(__linux__)
inline void *getDFSanArgTLSPtrForJIT() {
extern __thread __attribute__((tls_model("initial-exec")))
void *__dfsan_arg_tls;