We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe2ea commit 598c8d5Copy full SHA for 598c8d5
clang/lib/Basic/Targets/X86.h
@@ -948,7 +948,6 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
948
CygwinX86_64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
949
: X86_64TargetInfo(Triple, Opts) {
950
this->WCharType = TargetInfo::UnsignedShort;
951
- TLSSupported = false;
952
}
953
954
void getTargetDefines(const LangOptions &Opts,
0 commit comments