summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r--clang/lib/CodeGen/CGObjCGNU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp
index ec4a2f1409d..c8677adf400 100644
--- a/clang/lib/CodeGen/CGObjCGNU.cpp
+++ b/clang/lib/CodeGen/CGObjCGNU.cpp
@@ -575,7 +575,7 @@ public:
}
llvm::GlobalVariable *GetClassGlobal(const std::string &Name,
- bool Weak = false) LLVM_OVERRIDE {
+ bool Weak = false) override {
return 0;
}
};
OpenPOWER on IntegriCloud