llvm-6502/tools
Stephen Wilson ebccf0891a This patch lets LLDB build as an LLVM subproject. LLDB is not built in
parallel with the rest of the tools directory as it depends on Clang.

This patch was first applied in r125956 and subsequently reverted in
r125964 as it broke in-tree builds.  Makefile.rules was fixed up in 
r126070 to handle missing optional directories for the in-tree case,
so it should be safe now to bring this patch back in.
 



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126071 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-20 04:17:15 +00:00
..
bugpoint Added bugpoint options: -compile-custom and -compile-command=... 2011-02-08 18:20:48 +00:00
bugpoint-passes
edis CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:13:39 +00:00
gold Add modules to codegen as soon as possible. This reduces the link time 2011-02-19 21:49:57 +00:00
llc
lli
llvm-ar Fix Whitespace. 2011-01-10 02:34:40 +00:00
llvm-as
llvm-bcanalyzer fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel! 2011-02-11 05:50:01 +00:00
llvm-config Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
llvm-diff
llvm-dis
llvm-extract
llvm-ld tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. 2011-02-09 04:17:47 +00:00
llvm-link
llvm-mc Add support for the --noexecstack option. 2011-01-23 17:55:27 +00:00
llvm-nm llvm-nm: Update to use the new LLVMObject library. 2011-01-20 06:38:57 +00:00
llvm-objdump llvm-objdump: Remove redundant includes. 2011-01-20 07:22:13 +00:00
llvm-prof
llvm-ranlib Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. 2011-01-10 02:34:23 +00:00
llvm-shlib improve solaris support, from PR9109, patch by Yuri! 2011-02-13 08:38:44 +00:00
llvm-stub
llvmc Make "-opt [-emit-llvm]" work for .ll files. 2011-02-19 00:33:27 +00:00
lto Preserve aliases if needed. 2011-02-12 18:03:13 +00:00
macho-dump
opt add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag. 2011-02-18 22:34:03 +00:00
CMakeLists.txt Add llvm-objdump 2011-01-20 06:39:06 +00:00
Makefile This patch lets LLDB build as an LLVM subproject. LLDB is not built in 2011-02-20 04:17:15 +00:00