| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
It was pointing to lib\clang\3.4, but now we're on 3.5.
Make CMake insert the right version automatically.
llvm-svn: 201363
|
| |
|
|
|
|
|
|
|
| |
This does exactly the same thing as for Win32, except it passes -m64 to
the compiler and the files go in a different directory.
Differential Revision: http://llvm-reviews.chandlerc.com/D2749
llvm-svn: 201269
|
| |
|
|
|
|
| |
Patch by Josh Samuel!
llvm-svn: 192371
|
| |
|
|
|
|
|
|
|
| |
Various Windows SDK headers use _MSC_VER values to figure out what
version of the VC++ headers they're using, in particular for SAL macros.
Patch by Paul Hampson!
llvm-svn: 191015
|
| |
|
|
|
|
|
|
|
| |
The previous msbuild integration only worked if VS2010 was installed. This patch
renames the current integration to LLVM-vs2010 and adds LLVM-vs2012.
Differential Revision: http://llvm-reviews.chandlerc.com/D1614
llvm-svn: 190173
|
| |
|
|
|
|
| |
This allows linking libraries like the asan RTL.
llvm-svn: 190028
|
|
|
Requires shuffling the CPack code up before add_subdirectory(tools), but
that's where the version settings are anyway.
llvm-svn: 189615
|