summaryrefslogtreecommitdiffstats
path: root/llvm/win32/clang.sln
Commit message (Collapse)AuthorAgeFilesLines
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-071-591/+0
| | | | llvm-svn: 86358
* remove unavailable clang projectTed Kremenek2008-11-081-6/+0
| | | | llvm-svn: 58879
* Add post-build event for clangDriver (to copy clang.exe into "dstroot").Steve Naroff2008-11-061-3/+9
| | | | llvm-svn: 58783
* Changes to make the Windows build work...Steve Naroff2008-10-231-113/+114
| | | | | | | | - Add a file to the VC++ project. - Make sure the clang driver links against the Transforms library. - Incorporate changes from patch by Dan Gohman. llvm-svn: 58048
* Make it compile on VC2005:Cedric Venet2008-08-171-3/+4
| | | | | | | | - update VC projects. - Add an overload to llvm::Stream for <<, since std::hex and std::dec have type std::ios_base& (*)(std::ios_base&) in VC++. (templating the function don't work, due to ambiguities) - add ../ on several include in X86/AsmPrinter/ llvm-svn: 54898
* Add libDriver.vcproj to solution file.Ted Kremenek2008-08-061-1/+11
| | | | llvm-svn: 54424
* Update VS project files. The clang executable now depends on the LLVM ↵Ted Kremenek2008-06-261-165/+2
| | | | | | Analysis library. llvm-svn: 52789
* Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang.Ted Kremenek2008-05-191-177/+178
| | | | | | Patch by Dmitri Makarov! llvm-svn: 51237
* Reverting r51100...I need to use VC++ 2005.Steve Naroff2008-05-151-11/+172
| | | | llvm-svn: 51159
* Upgrading clang VC++ solution to VC++ express 2008.Argyrios Kyrtzidis2008-05-141-172/+11
| | | | llvm-svn: 51100
* Updated VC++ build systemHartmut Kaiser2007-11-021-111/+112
| | | | llvm-svn: 43631
* Added VC++ solution file allowing to build clang.Hartmut Kaiser2007-10-241-0/+740
llvm-svn: 43279
OpenPOWER on IntegriCloud