1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

bpf: add missing lit.local.cfg

llvm-svn: 227009
This commit is contained in:
Alexei Starovoitov 2015-01-24 18:20:52 +00:00
parent 9de5355969
commit 9550847b00

View File

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