mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 14:03:14 +00:00
Fix llvm_supports_binding for lit, problem noticed by Bob!
llvm-svn: 93591
This commit is contained in:
parent
9103a49143
commit
c35c4386a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user