Skip to content

Commit e36be5a

Browse files
committed
[Clang][Cygwin] Enable TLS
1 parent 7f22b8f commit e36be5a

File tree

1 file changed

+0
-1
lines changed
  • clang/lib/Basic/Targets

1 file changed

+0
-1
lines changed

clang/lib/Basic/Targets/X86.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
948948
CygwinX86_64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
949949
: X86_64TargetInfo(Triple, Opts) {
950950
this->WCharType = TargetInfo::UnsignedShort;
951-
TLSSupported = false;
952951
}
953952

954953
void getTargetDefines(const LangOptions &Opts,

0 commit comments

Comments
 (0)