1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Requires the AVR backend for running test/CodeGen/AVR

llvm-svn: 283653
This commit is contained in:
Mehdi Amini 2016-10-08 04:39:34 +00:00
parent db90994d08
commit f42afd26c3

View File

@ -0,0 +1,3 @@
if not 'AVR' in config.root.targets:
config.unsupported = True