12 lines
410 B
Diff
12 lines
410 B
Diff
--- a/include/llvm/TargetParser/Triple.h
|
|
+++ b/include/llvm/TargetParser/Triple.h
|
|
@@ -952,7 +952,7 @@
|
|
|
|
/// Tests whether the target uses emulated TLS as default.
|
|
bool hasDefaultEmulatedTLS() const {
|
|
- return isAndroid() || isOSOpenBSD() || isWindowsCygwinEnvironment();
|
|
+ return isAndroid() || isOSOpenBSD() || isOSCygMing();
|
|
}
|
|
|
|
/// Tests whether the target uses -data-sections as default.
|