diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2018-02-07 19:44:15 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2018-02-07 19:44:15 +0000 |
commit | 880c3b24c506f05e7b0524ae9e32edba79ea9c1b (patch) | |
tree | c9cb633012e94e624d91b5264c491feda12150c4 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 876dc7124db14425693f1e4927b3a43f6c8e871c (diff) | |
download | bcm5719-llvm-880c3b24c506f05e7b0524ae9e32edba79ea9c1b.tar.gz bcm5719-llvm-880c3b24c506f05e7b0524ae9e32edba79ea9c1b.zip |
Revert "Recommit r324107."
This reverts commit r324500.
The bots found two failures:
ThreadSanitizer-x86_64 :: Linux/pie_no_aslr.cc
ThreadSanitizer-x86_64 :: pie_test.cc
when using gold. The issue is a limitation in gold when building pie
binaries. I will investigate how to work around it.
llvm-svn: 324505
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 30ce47b5d7d..33ec27ff175 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -721,10 +721,6 @@ public: /// Set the visibility for the given LLVM GlobalValue. void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D) const; - void setDSOLocal(llvm::GlobalValue *GV, const NamedDecl *D) const; - - void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const; - /// Set the TLS mode for the given LLVM GlobalValue for the thread-local /// variable declaration D. void setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const; |