mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Update version number in llvm python bindings
Summary: The version number has come out of sync with what is in CMakeLists.txt, causing loading the bindings to fail. Reviewers: AustinWells, abhina.sree Reviewed By: AustinWells Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69436
This commit is contained in:
parent
66c120eb49
commit
83651f3acd
@ -13,9 +13,9 @@ from ctypes import cdll
|
||||
import ctypes.util
|
||||
import platform
|
||||
|
||||
# LLVM_VERSION: sync with PACKAGE_VERSION in autoconf/configure.ac and CMakeLists.txt
|
||||
# LLVM_VERSION: sync with PACKAGE_VERSION in CMakeLists.txt
|
||||
# but leave out the 'svn' suffix.
|
||||
LLVM_VERSION = '3.4'
|
||||
LLVM_VERSION = '10.0.0'
|
||||
|
||||
__all__ = [
|
||||
'c_object_p',
|
||||
|
Loading…
Reference in New Issue
Block a user