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 0c0ad11 commit fb870cbCopy full SHA for fb870cb
llvm/unittests/ExecutionEngine/Orc/WaitingOnGraphTest.cpp
@@ -54,7 +54,9 @@ class WaitingOnGraphTest : public testing::Test {
54
return ContainerElementsMap();
55
56
ContainerElementsMap Result = SNs[0]->defs();
57
+#ifndef NDEBUG
58
const ContainerElementsMap &Deps = SNs[0]->deps();
59
+#endif // NDEBUG
60
61
for (size_t I = 1; I != SNs.size(); ++I) {
62
assert(!DepsMustMatch || SNs[I]->deps() == Deps);
0 commit comments