#!/usr/bin/python # # lit-lint # # Check that the RUN commands in lit tests can be executed with an emulator. # import optparse import re import sys parser = optparse.OptionParser() parser.add_option('--filter') # ignored (options, filenames) = parser.parse_args() runRegex = re.compile(r'(?