forked from OSchip/llvm-project
parent
b2abe07457
commit
f47afd707e
|
@ -385,7 +385,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
// isTLSSupported - Whether the target supports thread-local storage
|
// isTLSSupported - Whether the target supports thread-local storage
|
||||||
unsigned isTLSSupported() const {
|
bool isTLSSupported() const {
|
||||||
return TLSSupported;
|
return TLSSupported;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue