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