Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9a1484165cd7cc3b95f5f65f845257c44f55a5b3
/
.
/
test
/
Bindings
/
Ocaml
/
lit.local.cfg
blob: 640c58d2f3d6e8938be6799bcfa15f5d3daf9777 [
file
] [
log
] [
blame
]
config
.
suffixes
=
[
'.ll'
,
'.c'
,
'.cpp'
,
'.ml'
]
bindings
=
set
([
s
.
strip
()
for
s
in
config
.
root
.
llvm_bindings
.
split
(
','
)])
if
not
'ocaml'
in
bindings
:
config
.
unsupported
=
True