repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
examples
/
test
/
.lldb-pre-post-flight.bad
blob
0e17f3cdc95bf644eee7a3241c5af44a5cb501cd
1
pre_flight = "I am not callable"
2
3
def post_flight(test):
4
__import__("lldb")
5
__import__("lldbtest")
6
print "\nRunning post-flight function:"
7
print "for test case:", test
8