summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/unittests/DriverTests/GnuLdDriverTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/GnuLdDriverTest.cpp b/lld/unittests/DriverTests/GnuLdDriverTest.cpp
index 119913634f0..36d56258b6f 100644
--- a/lld/unittests/DriverTests/GnuLdDriverTest.cpp
+++ b/lld/unittests/DriverTests/GnuLdDriverTest.cpp
@@ -29,7 +29,7 @@ protected:
class LinkerScriptTest : public testing::Test {
protected:
- virtual void SetUp() {
+ void SetUp() override {
llvm::Triple triple(llvm::sys::getDefaultTargetTriple());
_ctx = std::move(GnuLdDriver::createELFLinkingContext(triple));
}
OpenPOWER on IntegriCloud