diff options
| author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-17 15:00:17 +0000 |
|---|---|---|
| committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-17 15:00:17 +0000 |
| commit | 7078da8e587d201765f293ed0ef0b63b2ad15deb (patch) | |
| tree | fe79a326724f5fb391bbfba84ce46d4e40f129a1 /clang/win32/clangDriver | |
| parent | ec8a8d1f51bcf055c340a3892618073fb655cae8 (diff) | |
| download | bcm5719-llvm-7078da8e587d201765f293ed0ef0b63b2ad15deb.tar.gz bcm5719-llvm-7078da8e587d201765f293ed0ef0b63b2ad15deb.zip | |
Updated VC++ build system.
Silenced some VC++ warnings.
Had to rephrase a partial specialization of the IntrospectionTrait struct in SerializationTest.cpp, please review.
Added a compiler specific workaround in IdentifierTable.h. Is that the way to fix this kind of issues?
llvm-svn: 43074
Diffstat (limited to 'clang/win32/clangDriver')
| -rw-r--r-- | clang/win32/clangDriver/clangDriver.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/win32/clangDriver/clangDriver.vcproj b/clang/win32/clangDriver/clangDriver.vcproj index 957d2f6a35c..af35f28ae1b 100644 --- a/clang/win32/clangDriver/clangDriver.vcproj +++ b/clang/win32/clangDriver/clangDriver.vcproj @@ -206,6 +206,14 @@ >
</File>
<File
+ RelativePath="..\..\Driver\RewriteTest.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Driver\SerializationTest.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\Targets.cpp"
>
</File>
|

