Fix llvm_supports_binding for lit, problem noticed by Bob!

llvm-svn: 93591
This commit is contained in:
Daniel Dunbar 2010-01-16 00:00:20 +00:00
parent 9103a49143
commit c35c4386a0

View File

@ -133,7 +133,7 @@ def llvm_gcc_supports(name):
bindings = set(site_exp['llvm_bindings'].split(','))
def llvm_supports_binding(name):
return name in langs
return name in bindings
# Provide on_clone hook for reading 'dg.exp'.
import os