You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
3a193f4b11
(and using the new syntax for printing :-) llvm-svn: 178389
4 lines
100 B
Python
4 lines
100 B
Python
def foo_function(debugger, args, result, dict):
|
|
print >>result, ("foo says " + args)
|
|
return None
|