[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio
authorChris Bieneman <beanz@apple.com>
Fri, 29 May 2015 18:34:41 +0000 (18:34 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 29 May 2015 18:34:41 +0000 (18:34 +0000)
commit09681051e62a443a8e19d7d51449964bd4c338d9
tree6a8e2fc6d79315f16ca5c6b565989ba0b0fd42f9
parentf021547d338cb366bc19a51671f48300e4a3dd34
[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio

Summary: Multi-configuration builds put their binaries into ${CMAKE_BINARY_DIR}/Release/bin/. The table-gen cross-compilation support needs to take that into account.

Reviewers: yaron.keren

Reviewed By: yaron.keren

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10102

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238592 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/TableGen.cmake