| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
of a shell script to stand in its place. The shell script just pawns the
execution off to llvm-ld.
llvm-svn: 34090
|
|
|
|
|
|
|
|
| |
Adjust usage of the ExecuteAndWait function to use the last argument which
is the ErrMsg string. This is necessitated because this function no longer
throws exceptions on error.
llvm-svn: 29791
|
|
|
|
|
|
|
|
|
|
| |
* Changed the -rpath option from cl::opt to cl::list
* Changed the interface to GenerateNative to take a std::vector<std::string>
instead of just a std::string
* Changed GenerateNative to generate multiple -Wl,-rpath, options to be
passed to gcc.
llvm-svn: 24930
|
|
|
|
|
|
|
|
| |
performed with -export-dynamic (aka. -disable-internalize).
Patch by Nicholas Riley!
llvm-svn: 22601
|
|
|
|
| |
llvm-svn: 21428
|
|
|
|
| |
llvm-svn: 21371
|
|
|
|
|
|
|
| |
* Add option `-save-temps'
Patch contributed by Markus Oberhumer.
llvm-svn: 21367
|
|
|
|
|
|
|
| |
ensure that -L paths don't contain both bytecode and native libraries.
This patch contributed by Adam Treat.
llvm-svn: 20370
|
|
|
|
|
|
|
| |
* Change ExecWait calls to sys::Program::ExecuteAndWait
* Convert to use sys::Path where it makes sense
llvm-svn: 18929
|
|
|
|
|
|
| |
Add -S and --strip-debug option support.
llvm-svn: 18441
|
|
|
|
| |
llvm-svn: 17788
|
|
|
|
|
|
|
| |
to reduce the inter-file interface in the gccld tool and gets some
uninteresting code out of gccld.cpp.
llvm-svn: 13942
|
|
|
|
|
|
| |
for the application with the C backend instead of the native LLVM code generator
llvm-svn: 12698
|
|
|
|
|
|
|
|
| |
* Finegrainify namespacification of Linker.cpp
* If linking a library in fails, do not STOP LINKING IN LIBRARIES AND
CONTINUE ANYWAY! Instead, just output the warning, and keep going. :)
llvm-svn: 10249
|
|
|
|
|
|
| |
functionality to the rest of gccld.
llvm-svn: 10113
|
|
|
|
| |
llvm-svn: 9903
|
|
|
|
| |
llvm-svn: 9749
|
|
|
|
| |
llvm-svn: 9294
|
|
|
|
| |
llvm-svn: 9291
|
|
llvm-svn: 8610
|