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 5bb1ce8 commit c8fcfe1Copy full SHA for c8fcfe1
llvm/unittests/SandboxIR/PassTest.cpp
@@ -179,7 +179,7 @@ TEST_F(PassTest, ParsePassPipeline) {
179
Registry.registerPass(std::make_unique<TestPass1>());
180
Registry.registerPass(std::make_unique<TestPass2>());
181
182
- auto &FPM =
+ [[maybe_unused]] auto &FPM =
183
Registry.parseAndCreatePassPipeline("test-pass1,test-pass2,test-pass1");
184
#ifndef NDEBUG
185
std::string Buff;
0 commit comments