Rui Ueyama
24f2d2a9d5
Remove Makefiles.
...
Most developers prefer to not have them, and we agreed to
remove them from LLD.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-March/083368.html
llvm-svn: 233313
2015-03-26 20:09:47 +00:00
Aaron Ballman
d816003d2b
MSVC 2013 appears to be able to compile make_ptr_range without issue, so removing that guard in the unit test.
...
llvm-svn: 229410
2015-02-16 18:00:11 +00:00
Eric Christopher
6d10178ba3
Use LLVMLIBS here since these are produced by the
...
llvm build and not supposed to be resident on
the system.
llvm-svn: 221314
2014-11-04 23:27:52 +00:00
Shankar Easwaran
2b67fca033
Sort include files according to convention.
...
llvm-svn: 220131
2014-10-18 05:33:55 +00:00
Iain Sandoe
c4d9bedcfc
Initial set of Makefiles
...
This provides support for the autoconfing & make build style.
The format, style and implementation follows that used within the llvm and clang projects.
TODO: implement out-of-source documentation builds.
llvm-svn: 210177
2014-06-04 09:54:07 +00:00
Rui Ueyama
0ca149fce9
Rename TargetInfo -> LinkingContext.
...
Also change some local variable names: "ti" -> "context" and
"_targetInfo" -> "_context".
Differential Revision: http://llvm-reviews.chandlerc.com/D1301
llvm-svn: 187823
2013-08-06 22:31:59 +00:00
Rafael Espindola
c97d83dd3b
Fix the build with clang and libstdc++4.7.
...
llvm-svn: 186451
2013-07-16 20:18:13 +00:00
Michael J. Spencer
1eb3b89d92
[Core] Add parallel infrastructure to lld.
...
Uses ConcRT and PPL on Windows.
llvm-svn: 179397
2013-04-12 18:40:39 +00:00
Michael J. Spencer
dfe85483d5
[Driver] Fix symlinked universal driver behavior and add a test.
...
llvm-svn: 178798
2013-04-04 22:04:16 +00:00