brintos

brintos / llvm-project-archived public Read only

0
0
Text · 199 B · 3b8dc13 Raw
12 lines · plain
1#!/usr/bin/python32 3import sys4from lit.util import killProcessAndChildrenIsSupported5 6supported, errormsg = killProcessAndChildrenIsSupported()7 8if not supported:9    sys.exit(errormsg)10 11sys.exit()12