1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/tools
Reid Spencer ed6495426c Make changes necessary for stopping the build if a cyclic library
dependency is found. The find-cycles.pl script now exits with a return code
that equals the number of cycles found. The Makefile was changed to ignore
the status code of find-cycles.pl. This should be removed once the libraries
are free of cyclic dependencies.

llvm-svn: 29290
2006-07-26 17:10:54 +00:00
..
analyze Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
bugpoint Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
gccas Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
gccld Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llc Fix MacOSX build failures. (pr841) 2006-07-21 19:44:55 +00:00
lli Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm2cpp Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ar Remove EH use from the Archive library and adjust its users accordingly. 2006-07-07 19:09:14 +00:00
llvm-as Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-bcanalyzer Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-config Make changes necessary for stopping the build if a cyclic library 2006-07-26 17:10:54 +00:00
llvm-db Build more debugger/selectiondag libraries as archives instead of .o files. 2006-07-21 00:10:47 +00:00
llvm-dis Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-extract Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ld Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-link Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-nm Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
llvm-prof Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ranlib Remove EH use from the Archive library and adjust its users accordingly. 2006-07-07 19:09:14 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
opt Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
Makefile Build llvm-config to identify library cycles earlier in the build process. 2006-07-26 17:06:02 +00:00