forked from OSchip/llvm-project
parent
f4670fb97c
commit
5710913c25
|
@ -5739,6 +5739,8 @@ void SetSafetyThreadStackSize(unsigned Value) {
|
|||
SafetyStackThreadSize = Value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void clang::setBackGroundPriority() {
|
||||
// FIXME: Move to llvm/Support and make it cross-platform.
|
||||
#ifdef __APPLE__
|
||||
|
@ -5746,8 +5748,6 @@ void clang::setBackGroundPriority() {
|
|||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
||||
CXString clang_getClangVersion() {
|
||||
|
|
Loading…
Reference in New Issue