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
[JITLink][AArch32] Revisit descriptions for Call and Jump24 relocation types (NFC)
[llvm-project.git]
/
lldb
/
examples
/
test
/
.lldb-pre-post-flight
blob
c1568a7295a7d06dafa0744c4cefbcf09bda4cb2
1
def pre_flight(test):
2
__import__("lldb")
3
__import__("lldbtest")
4
print "\nRunning pre-flight function:"
5
print "for test case:", test
6
7
def post_flight(test):
8
__import__("lldb")
9
__import__("lldbtest")
10
print "\nRunning post-flight function:"
11
print "for test case:", test
12