We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89da790 commit 5200bd9Copy full SHA for 5200bd9
1 file changed
llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
@@ -1009,7 +1009,7 @@ bool ThreadSanitizer::isPathClear(
1009
1010
while (IDomNode && IDomNode->getBlock() && IDomNode->getBlock() != DomBB) {
1011
BasicBlock *IntermediateBB = IDomNode->getBlock();
1012
- dbgs() << "Inter IDom BB " << IntermediateBB->getName() << "\n";
+ LLVM_DEBUG(dbgs() << "Inter IDom BB " << IntermediateBB->getName() << "\n");
1013
for (const Instruction &InterI : *IntermediateBB) {
1014
LLVM_DEBUG(dbgs() << "\tisPathClear -- Checking 2: " << InterI << "\n");
1015
if (isInstrDangerous(&InterI, TLI, LockOp))
0 commit comments