1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools
Chris Lattner 3c85f09f57 Remove support for building LLVM libraries into "relinked"
object files.  Now we always build LLVM libraries into archives (.a files).

This makes the 'make' build work more like the cmake build, among other
things.  Doing this exposed some latent circular library dependencies, so
I think that llvm-config wasn't quite right for .o files anyway.

llvm-svn: 73579
2009-06-16 23:00:42 +00:00
..
bugpoint
gccas
gccld
gold Remove the gcc= option. llvm-gcc uses only as= 2009-06-15 10:14:18 +00:00
llc Introduce new headers whose inclusion forces linking and 2009-06-16 20:12:29 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-db
llvm-dis
llvm-extract
llvm-ld Change LTO to run the global opt pass twice. 2009-06-03 21:51:32 +00:00
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc Remove support for building LLVM libraries into "relinked" 2009-06-16 23:00:42 +00:00
lto Bug fix: 2009-06-09 21:14:25 +00:00
opt
CMakeLists.txt CMake: Use explicit dependencies for Xcode (as well as MSVC), to make 2009-06-04 19:53:37 +00:00
Makefile