llvm-6502/tools/llvm-config
Hans Wennborg 3eb7322ca1 CMake: build llvm-config on Windows.
It was previously not being built on Windows because the cmake file relied
on a sed script to generate a .in file that llvm-config needs.

By using cmake's configure_file function, we can get rid off the sed hack,
and also have this work on Windows.

Differential Revision: http://llvm-reviews.chandlerc.com/D1481

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189125 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-23 17:59:13 +00:00
..
BuildVariables.inc.in llvm-config: Fix --targets-built, I changed this to use the registry but wasn't 2011-12-16 00:04:43 +00:00
CMakeLists.txt CMake: build llvm-config on Windows. 2013-08-23 17:59:13 +00:00
llvm-config.cpp Remove unused includes. 2013-06-26 13:54:34 +00:00
Makefile Re-enable support for --program-prefix. 2012-10-01 18:40:32 +00:00