remove excess whitespace
This commit is contained in:
parent
b4f4483809
commit
0036d55eea
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ def get_enabled_components():
|
|||
return run_llvm_config(['--components']).split()
|
||||
|
||||
def get_llvm_version():
|
||||
return run_llvm_config([' --version'])
|
||||
return run_llvm_config(['--version'])
|
||||
|
||||
|
||||
def auto_intrinsic_gen(incdir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue