Cedric Venet
954553c4ce
Make it compile on VC2005:
...
- 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
2008-08-17 18:24:26 +00:00
Ted Kremenek
e4c30f5d95
Add libDriver.vcproj to solution file.
...
llvm-svn: 54424
2008-08-06 20:57:07 +00:00
Ted Kremenek
8ad5228225
Update VS project files. The clang executable now depends on the LLVM Analysis library.
...
llvm-svn: 52789
2008-06-26 17:53:12 +00:00
Ted Kremenek
d85bf73e2e
Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang.
...
Patch by Dmitri Makarov!
llvm-svn: 51237
2008-05-19 02:49:39 +00:00
Steve Naroff
30deeca433
Reverting r51100...I need to use VC++ 2005.
...
llvm-svn: 51159
2008-05-15 20:09:48 +00:00
Argyrios Kyrtzidis
b527271a2c
Upgrading clang VC++ solution to VC++ express 2008.
...
llvm-svn: 51100
2008-05-14 09:58:45 +00:00
Hartmut Kaiser
7d888fa180
Updated VC++ build system
...
llvm-svn: 43631
2007-11-02 01:44:08 +00:00
Hartmut Kaiser
1759e27951
Added VC++ solution file allowing to build clang.
...
llvm-svn: 43279
2007-10-24 00:13:40 +00:00