summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2017-11-22 19:50:17 +0000
committerPetr Hosek <phosek@chromium.org>2017-11-22 19:50:17 +0000
commit32c9de009a52a43db3a24c38f05d2543f3fd6911 (patch)
tree66ed42a4e1db787d5b9126656671c0dbb7a8969d /clang/lib/CodeGen/CodeGenModule.h
parent3295274725ba7d941468deb388375a66afe78baf (diff)
downloadbcm5719-llvm-32c9de009a52a43db3a24c38f05d2543f3fd6911.tar.gz
bcm5719-llvm-32c9de009a52a43db3a24c38f05d2543f3fd6911.zip
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)"
This reverts commit r318853: tests are failing on Windows bots llvm-svn: 318866
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 708ba3cce93..7a47c576c0d 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -710,8 +710,7 @@ public:
llvm::ConstantInt *getSize(CharUnits numChars);
/// Set the visibility for the given LLVM GlobalValue.
- void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D,
- ForDefinition_t IsForDefinition) const;
+ void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D) const;
/// Set the TLS mode for the given LLVM GlobalValue for the thread-local
/// variable declaration D.
OpenPOWER on IntegriCloud