Skip to content
Snippets Groups Projects
Commit 6d8d755c authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Really unbreak Mac build.

llvm-svn: 187938
parent f3bd4f6b
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ FunctionPass *createThreadSanitizerPass(StringRef BlacklistFile = StringRef());
ModulePass *createDataFlowSanitizerPass(void *(*getArgTLS)() = 0,
void *(*getRetValTLS)() = 0);
#ifdef __GNUC__
#if defined(__GNUC__) && defined(__linux__)
inline ModulePass *createDataFlowSanitizerPassForJIT() {
return createDataFlowSanitizerPass(getDFSanArgTLSPtrForJIT,
getDFSanRetValTLSPtrForJIT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment