summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-02-02 17:29:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-02-02 17:29:22 +0000
commit9f34b7b93b1fa4d60999af8162a2f435c4c74ae7 (patch)
tree7836b5b1bdf0413068d4b82265af3fc9f5e7c6a3 /clang/lib/CodeGen/CodeGenModule.h
parent7e34a308ff8d9270d2654ce0e8ed9e1600676afb (diff)
downloadbcm5719-llvm-9f34b7b93b1fa4d60999af8162a2f435c4c74ae7.tar.gz
bcm5719-llvm-9f34b7b93b1fa4d60999af8162a2f435c4c74ae7.zip
Revert "Start setting dso_local in clang."
This reverts commit r324107. I will have to test it on OS X. llvm-svn: 324108
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 3ae041e8d5e..42e9e1be316 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -722,12 +722,6 @@ public:
void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D,
ForDefinition_t IsForDefinition) const;
- void setDSOLocal(llvm::GlobalValue *GV, const NamedDecl *D,
- ForDefinition_t IsForDefinition) const;
-
- void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D,
- ForDefinition_t IsForDefinition) 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;
OpenPOWER on IntegriCloud