[PATCH] D21385: Adjust Registry interface to not require plugins to export a registry

Rudy Pons via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 05:29:38 PDT 2016


Ilod added a comment.

In http://reviews.llvm.org/D21385#472268, @john.brawn wrote:

> In http://reviews.llvm.org/D21385#471807, @Ilod wrote:
>
> > I gave up after this. I have Pyhton 3.5 64 bits, and was building clang 32-bits on Windows with Visual Studio 2015 Update 2.
>
>
> python 3 isn't supported when building llvm/clang, according to llvm's CMakeLists.txt.


Oops, will try again tonight with Python 2.
http://clang.llvm.org/get_started.html doesn't specify a version of Python, the LLVM webpage only say >= 2.7, and I ran the tests without any problem with Python 3 (but maybe some tests were automatically skipped?). Also, Python is also marked as only necessary to build the tests, which is no longer true with your script.


Repository:
  rL LLVM

http://reviews.llvm.org/D21385





More information about the llvm-commits mailing list