azharudd added inline comments. ================ Comment at: lnt/testing/util/compilers.py:85 - cc, cc_version)) - m = re.match(r'(.*) version ([^ ]*) +(\([^(]*\))(.*)', version_ln) - if m is not None: ---------------- this is the faulty line. Repository: rL LLVM https://reviews.llvm.org/D25967