llvm-6502/tools
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
..
bugpoint
bugpoint-passes
gold Revert r188188 and r188200. 2013-08-12 21:07:31 +00:00
llc
lli lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ were not provided. 2013-08-21 02:37:14 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config CMake: build llvm-config on Windows. 2013-08-23 17:59:13 +00:00
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-jitlistener
llvm-link
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump Add basic YAML MC CFG testcase. 2013-08-21 16:13:25 +00:00
llvm-prof
llvm-readobj Remove byte order mark from source file. 2013-08-09 10:31:14 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer llvm-symbolizer: add support for .gnu_debuglink section 2013-08-14 17:09:30 +00:00
lto lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it and LTO_static doesn't depend on anything. 2013-08-23 02:51:13 +00:00
macho-dump
obj2yaml
opt Remove logic that decides whether to vectorize or not depending on O-levels 2013-08-13 15:51:25 +00:00
yaml2obj
CMakeLists.txt CMake: build llvm-config on Windows. 2013-08-23 17:59:13 +00:00
LLVMBuild.txt
Makefile