mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Fix llvm_supports_binding for lit, problem noticed by Bob!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user