Look for Python 2 before Python 3 in CMakeLists.txt
authorReid Kleckner <reid@kleckner.net>
Mon, 24 Jun 2013 13:21:16 +0000 (13:21 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 24 Jun 2013 13:21:16 +0000 (13:21 +0000)
commitdfad9e314e3425ac2656ee08cd20c5b306514e51
tree6383408f3846816b44c83ce521155d703a7df800
parente7a939e1d8e4a4ec4155e2aaf7052d2a63efa140
Look for Python 2 before Python 3 in CMakeLists.txt

All of LLVM's Python scripts only support Python 2 for widely understood
reasons.

Patch by Yonggang Luo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184732 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt