We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767807 commit b1d1f57Copy full SHA for b1d1f57
mlir/unittests/Target/LLVM/SerializeToLLVMBitcode.cpp
@@ -32,7 +32,7 @@ using namespace mlir;
32
33
class MLIRTargetLLVM : public ::testing::Test {
34
protected:
35
- virtual void SetUp() {
+ void SetUp() override {
36
llvm::InitializeNativeTarget();
37
llvm::InitializeNativeTargetAsmPrinter();
38
}
0 commit comments