forked from OSchip/llvm-project
parent
57f783da4e
commit
f3bd4f6bb3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue