Skip to content

Commit ece4709

Browse files
committed
finish: lab8
1 parent 62ed3a4 commit ece4709

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lab8/llvm-pass.so.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PreservedAnalyses LLVMPass::run(Module &M, ModuleAnalysisManager &MAM) {
1616

1717
for (auto &F : M) {
1818
errs() << "func: " << F.getName() << "\n";
19+
errs() << "func: " << F.getName() << "\n";
1920

2021
}
2122
return PreservedAnalyses::none();

0 commit comments

Comments
 (0)