blob: 4d4b4a4a7e21c1272e6411cace339a13796b7c64 [file] [log] [blame]
Eli Bendersky924f9a62012-02-16 06:28:33 +00001config.suffixes = ['.ll', '.c', '.cpp']
2
Eli Benderskyf3308602012-03-25 09:02:19 +00003targets = set(config.root.targets_to_build.split())
Eli Bendersky924f9a62012-02-16 06:28:33 +00004if not 'CppBackend' in targets:
5 config.unsupported = True
6