bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/check-tested-lit-timeout-ability

12 lines
199 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
#!/usr/bin/python3
import sys
from lit.util import killProcessAndChildrenIsSupported
supported, errormsg = killProcessAndChildrenIsSupported()
if not supported:
sys.exit(errormsg)
sys.exit()