llvm-6502/tools
Oscar Fuentes 94d38e561b CMake: Automatic regeneration of the library dependencies file.
It doesn't stop or reconfigure the build, though, so the user will see
a broken build that magically succeeds at the next attempt. It is
technically possible to halt the build with a helpful message, and
even to automatically restart the build using the new dependencies as
it we did when llvm-config was used by cmake for learning
dependencies. This is left on the TODO list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79004 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-14 16:59:41 +00:00
..
bugpoint Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
gccas
gccld
gold
llc No really, it's unused. 2009-08-04 04:08:40 +00:00
lli Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer Handle NamedMDNode. 2009-07-30 23:03:19 +00:00
llvm-config CMake: Automatic regeneration of the library dependencies file. 2009-08-14 16:59:41 +00:00
llvm-db Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
llvm-dis
llvm-extract
llvm-ld Use (void *)(intptr_t) to cast function addresses to void* 2009-08-05 21:03:39 +00:00
llvm-link
llvm-mc Update llvm-mc / MCAsmStreamer to print the instruction using the actual target 2009-08-14 03:48:55 +00:00
llvm-nm Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
llvm-prof Update llvm-prof for ProfileInfo API changes. 2009-08-13 01:55:43 +00:00
llvm-ranlib
llvm-stub Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc This void is implicit in C++. 2009-08-12 22:10:57 +00:00
lto Simplify this code so that it doesn't depend on raw_ostream being copyable. 2009-08-13 16:51:51 +00:00
opt Switch some clients to Value::getName(), and other getName() user 2009-07-22 21:33:09 +00:00
CMakeLists.txt CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is 2009-08-14 04:29:33 +00:00
Makefile