brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · 08582b6 Raw
8 lines · plain
1import re2 3# We rely on the default -std being derived from the filetype.4# PS4 sets a different -std, and many tests break.5# FIXME: make our tests less brittle instead.6if re.match(r".*-scei-ps4", config.target_triple):7    config.unsupported = True8