diff options
author | Cédric Venet <cedric.venet@laposte.net> | 2008-08-17 18:24:26 +0000 |
---|---|---|
committer | Cédric Venet <cedric.venet@laposte.net> | 2008-08-17 18:24:26 +0000 |
commit | 9612506854ed28726adf97e849d06964ad2ff99d (patch) | |
tree | c4c66ace92a8d77ed983d7c5ba68f0d8adb5dfa9 /win32/Transforms | |
parent | cafe2e3d668a55d7bb81489d408cb160fbf75e52 (diff) | |
download | external_llvm-9612506854ed28726adf97e849d06964ad2ff99d.zip external_llvm-9612506854ed28726adf97e849d06964ad2ff99d.tar.gz external_llvm-9612506854ed28726adf97e849d06964ad2ff99d.tar.bz2 |
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/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Transforms')
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 6ed3766..ef57d43 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -444,10 +444,6 @@ > </File> <File - RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp" > </File> |