Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d423fb5cbfdf9268899039ee49a0b3e09f661ca9
/
tools
/
gccld
/
Linker.cpp
84fbc65
Add ability to search only for native shared object, and expose the
by Misha Brukman
· 22 years ago
2282ae1
When we find a module we want, in an archive, in verbose mode,
by Brian Gaeke
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
0d723ac
Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.
by Brian Gaeke
· 22 years ago
ee8adb1
This version of Linker.cpp works a lot better, but it's a little messy. Sorry.
by Brian Gaeke
· 22 years ago
3b3640a
Shorten and correct some function-header comments.
by Brian Gaeke
· 22 years ago
f1fce08
Fix off-by-one error in processing of libraries named on command line.
by Brian Gaeke
· 22 years ago
1dd27b1
fix file header
by Chris Lattner
· 22 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
82a036f
Don't include "Config/stdlib.h".
by Brian Gaeke
· 22 years ago
608e75c
Make more error messages have gccld's name in them.
by Brian Gaeke
· 22 years ago
5208ba1
Doxygen-ified comments.
by Misha Brukman
· 22 years ago
61087cc
Made code more terse:
by Misha Brukman
· 22 years ago
e98ddfc
1. Use better error messages in LinkFiles().
by Brian Gaeke
· 22 years ago
a58d2be
Update file headers for renamed files.
by Chris Lattner
· 22 years ago
e676313
Tersified code:
by Misha Brukman
· 22 years ago
17dc4ce
* Ordered includes according to LLVM programmers' guide
by Misha Brukman
· 22 years ago
71478b7
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
by John Criswell
· 22 years ago