Skip to content

Commit fe31c95

Browse files
committed
test ff
1 parent 1fb1327 commit fe31c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab6/llvm-pass.so.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PreservedAnalyses CustomModulePass::run(Module &Module, ModuleAnalysisManager &A
6363

6464
return PreservedAnalyses::none();
6565
}
66-
}
66+
6767
extern "C" ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK
6868
llvmGetPassPluginInfo() {
6969
return {LLVM_PLUGIN_API_VERSION, "LLVMPass", "1.0",

0 commit comments

Comments
 (0)