mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
ThreadSupport.h is now output from configure.
llvm-svn: 11770
This commit is contained in:
parent
3918efe30b
commit
6620134331
@ -17,9 +17,7 @@
|
||||
#ifndef SUPPORT_THREADSUPPORT_H
|
||||
#define SUPPORT_THREADSUPPORT_H
|
||||
|
||||
// FIXME: Eventually don't #include config.h here
|
||||
#include "Config/config.h"
|
||||
#if defined(HAVE_PTHREAD_MUTEX_LOCK) && HAVE_PTHREAD_MUTEX_LOCK
|
||||
#if @HAVE_PTHREAD_MUTEX_LOCK@
|
||||
#include "Support/ThreadSupport-PThreads.h"
|
||||
#else
|
||||
#include "Support/ThreadSupport-NoSupport.h"
|
Loading…
Reference in New Issue
Block a user