File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,6 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
965
965
CygwinX86_64TargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
966
966
: X86_64TargetInfo(Triple, Opts) {
967
967
this ->WCharType = TargetInfo::UnsignedShort;
968
- TLSSupported = false ;
969
968
}
970
969
971
970
void getTargetDefines (const LangOptions &Opts,
Original file line number Diff line number Diff line change 8
8
// RUN: | FileCheck -check-prefix=NOEMU %s
9
9
// RUN: %clang -### --target=i686-pc-cygwin %s 2>&1 \
10
10
// RUN: | FileCheck -check-prefix=EMU %s
11
+ // RUN: %clang -### --target=x86_64-pc-cygwin %s 2>&1 \
12
+ // RUN: | FileCheck -check-prefix=EMU %s
11
13
// RUN: %clang -### --target=i686-pc-openbsd %s 2>&1 \
12
14
// RUN: | FileCheck -check-prefix=EMU %s
13
15
17
19
// RUN: | FileCheck -check-prefix=EMU %s
18
20
// RUN: %clang -### -target i686-pc-cygwin %s -fno-emulated-tls -femulated-tls 2>&1 \
19
21
// RUN: | FileCheck -check-prefix=EMU %s
22
+ // RUN: %clang -### -target x86_64-pc-cygwin %s -fno-emulated-tls -femulated-tls 2>&1 \
23
+ // RUN: | FileCheck -check-prefix=EMU %s
20
24
// RUN: %clang -### -target i686-pc-openbsd %s -fno-emulated-tls -femulated-tls 2>&1 \
21
25
// RUN: | FileCheck -check-prefix=EMU %s
22
26
26
30
// RUN: | FileCheck -check-prefix=NOEMU %s
27
31
// RUN: %clang -### -target i686-pc-cygwin %s -femulated-tls -fno-emulated-tls 2>&1 \
28
32
// RUN: | FileCheck -check-prefix=NOEMU %s
33
+ // RUN: %clang -### -target x86_64-pc-cygwin %s -femulated-tls -fno-emulated-tls 2>&1 \
34
+ // RUN: | FileCheck -check-prefix=NOEMU %s
29
35
// RUN: %clang -### -target i686-pc-openbsd %s -femulated-tls -fno-emulated-tls 2>&1 \
30
36
// RUN: | FileCheck -check-prefix=NOEMU %s
31
37
You can’t perform that action at this time.
0 commit comments