- Jul 25, 2013
-
-
Rui Ueyama authored
It's still not as simple as it should be because of the many duplicated lines, but it's at least better than before. llvm-svn: 187091
-
Rui Ueyama authored
LLD still accepts both Unix and Windows style options when it's run as link.exe. This patch does not change functionality. llvm-svn: 187086
-
Rui Ueyama authored
The /include command line option is equivalent to Unix --undefined option, which forces the linker to resolve the given symbol name as if it's an unresolved symbol in one of its input files. This feature is used to link an additional object file or a shared library that no input files refer to. llvm-svn: 187084
-
- Jul 23, 2013
-
-
Rui Ueyama authored
llvm-svn: 186957
-
Rui Ueyama authored
llvm-svn: 186911
-
- Jul 20, 2013
-
-
Nick Kledzik authored
llvm-svn: 186755
-
Rui Ueyama authored
llvm-svn: 186739
-
- Jul 19, 2013
-
-
Rui Ueyama authored
llvm-svn: 186654
-
Rui Ueyama authored
llvm-svn: 186650
-
Rui Ueyama authored
llvm-svn: 186648
-
Rui Ueyama authored
llvm-svn: 186645
-
Rui Ueyama authored
The logic to search a library from the library paths will be implemented in a different patch. llvm-svn: 186644
-
Nick Kledzik authored
llvm-svn: 186640
-
Nick Kledzik authored
Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to test all options parsed so far llvm-svn: 186626
-
- Jul 18, 2013
-
-
Rui Ueyama authored
llvm-svn: 186612
-
- Jul 16, 2013
-
-
Rui Ueyama authored
llvm-svn: 186428
-
Rafael Espindola authored
This reverts commit 185657. It will be used by unit tests. llvm-svn: 186366
-
- Jul 04, 2013
-
-
Rafael Espindola authored
llvm-svn: 185657
-
Rafael Espindola authored
llvm-svn: 185655
-
- Jun 24, 2013
-
-
Shankar Easwaran authored
This renames variable name to reflect initial undefined symbols that are defined by the linker -u option. This doesnot change any functionality in lld, and updates code to reflect Nick's comment. llvm-svn: 184682
-
- Jun 19, 2013
-
-
Shankar Easwaran authored
llvm-svn: 184266
-
- Jun 16, 2013
-
-
Shankar Easwaran authored
llvm-svn: 184055
-
Rui Ueyama authored
llvm-svn: 184050
-
- Jun 12, 2013
-
-
Rafael Espindola authored
I am about to move PathV2.h to Path.h. llvm-svn: 183796
-
- Jun 11, 2013
-
-
Rui Ueyama authored
llvm-svn: 183724
-
- Jun 09, 2013
-
-
Rui Ueyama authored
llvm-svn: 183622
-
- Jun 08, 2013
-
-
Rui Ueyama authored
llvm-svn: 183604
-
Rui Ueyama authored
llvm-svn: 183603
-
- Jun 06, 2013
-
-
Rui Ueyama authored
llvm-svn: 183347
-
- Jun 01, 2013
-
-
Rui Ueyama authored
llvm-svn: 183050
-
- May 31, 2013
-
-
Rui Ueyama authored
llvm-svn: 183034
-
Rui Ueyama authored
llvm-svn: 182988
-
Rui Ueyama authored
llvm-svn: 182970
-
- May 30, 2013
-
-
Rui Ueyama authored
llvm-svn: 182912
-
Shankar Easwaran authored
Users can override the default value of the dynamic linker to be set to the one that appears in the command line. The path can even be empty!. Added a test for the option. llvm-svn: 182889
-
- May 29, 2013
-
-
Rui Ueyama authored
The code to actually consume these flags will be added soon. llvm-svn: 182824
-
- May 28, 2013
-
-
Michael J. Spencer authored
llvm-svn: 182789
-
Michael J. Spencer authored
llvm-svn: 182786
-
Rui Ueyama authored
Add WinLinkDriver and connect it to the existing COFF reader. Remaining parts are still stubs, so while it can now read a COFF file, it still cannot link or output PE/COFF files yet. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D865 llvm-svn: 182784
-
- May 11, 2013
-
-
Rui Ueyama authored
llvm-svn: 181655
-