OSDN Git Service

Switch the default for building GlobalISel.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 26 Jan 2017 23:53:31 +0000 (23:53 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 26 Jan 2017 23:53:31 +0000 (23:53 +0000)
commit566dac54870d1eafa4331f17bdec5cd24d533015
tree8f96c732af7c1ba036a81e840f3176a018355486
parenteca8aa608d962e09ea9710670f1c412f608a6f12
Switch the default for building GlobalISel.

Now, GlobalISel will be built by default. To turn that off, one has to
use -DLLVM_BUILD_GLOBAL_ISEL=OFF on the cmake command line.

<rdar://problem/30004433>

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