llvm-6502/tools
Justin Bogner 12f0d20753 llvm-cov: Rename -color={always|never} to -use-color[=0]
This is an ugly hack to fix the configure --enable-shared build. It
turns out that *every cl::opt in LLVM* shows up in *every tool* in
that configuration, which is hopelessly broken. This skirts around the
issue by not colliding with another option's name, for now.

I've also simplified the option implementation - the other "color"
option used cl::boolOrDefault and was much nicer than what I'd written
before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232704 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-19 04:45:16 +00:00
..
bugpoint CMake: Disable ENABLE_EXPORTS for executables with MSVC 2015-03-18 20:09:13 +00:00
bugpoint-passes
dsymutil Centralize the handling of unique ids for temporary labels. 2015-03-17 20:07:06 +00:00
gold Be lazy about loading metadata in IRObjectFile. 2015-03-13 21:54:20 +00:00
llc CMake: Disable ENABLE_EXPORTS for executables with MSVC 2015-03-18 20:09:13 +00:00
lli Fix cmake build. 2015-03-18 20:21:06 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer [opaque pointer type] Bitcode support for explicit type parameter on GEP. 2015-02-25 01:08:52 +00:00
llvm-c-test
llvm-config Refactoring CMake CrossCompile module. 2015-03-12 17:33:34 +00:00
llvm-cov llvm-cov: Rename -color={always|never} to -use-color[=0] 2015-03-19 04:45:16 +00:00
llvm-cxxdump llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00
llvm-diff Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" 2015-03-03 21:18:16 +00:00
llvm-dis llvm-dis: Stop crashing when dropping debug info 2015-02-25 01:10:03 +00:00
llvm-dwarfdump
llvm-extract Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
llvm-go
llvm-jitlistener
llvm-link Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
llvm-lto Make helper functions static. 2015-03-09 16:23:46 +00:00
llvm-mc Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. 2015-03-18 19:27:31 +00:00
llvm-pdbdump [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
llvm-profdata Make helper functions static. 2015-03-09 16:23:46 +00:00
llvm-readobj Add support for Nuxi CloudABI. 2015-03-09 18:40:45 +00:00
llvm-rtdyld [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by 2015-03-11 00:43:26 +00:00
llvm-shlib
llvm-size
llvm-stress CMake: Disable ENABLE_EXPORTS for executables with MSVC 2015-03-18 20:09:13 +00:00
llvm-symbolizer
lto Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
macho-dump
msbuild
obj2yaml
opt CMake: Disable ENABLE_EXPORTS for executables with MSVC 2015-03-18 20:09:13 +00:00
verify-uselistorder
yaml2obj Make helper functions static. 2015-03-09 16:23:46 +00:00
CMakeLists.txt llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00
LLVMBuild.txt
Makefile llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00