mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replace old DEBUG macro with new LLVM_DEBUG
...using a sed command provided by Vedant:
$ find . -name \*.cpp -print -exec sed -i "" -E "s/ DEBUG\(/ LLVM_DEBUG(/g" {} \;
This commit is contained in:
@@ -331,7 +331,7 @@ bool ObjectOutliner::optimizeObjectAllocation(
|
||||
return false;
|
||||
}
|
||||
|
||||
DEBUG(llvm::dbgs() << "Outline global variable in " <<
|
||||
LLVM_DEBUG(llvm::dbgs() << "Outline global variable in " <<
|
||||
ARI->getFunction()->getName() << '\n');
|
||||
|
||||
SILModule *Module = &ARI->getFunction()->getModule();
|
||||
|
||||
Reference in New Issue
Block a user