diff options
| author | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 17:53:02 +0000 |
|---|---|---|
| committer | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 17:53:02 +0000 |
| commit | 3903908794ec6684a7a1bfcf2f4e719f58c78c87 (patch) | |
| tree | 0d39fe225715d7e1b5bd7c6374b1b50ffbfd5648 /clang/lib/CodeGen | |
| parent | abc6e6ab9f594eff2af738e767182bf5c2f7aa43 (diff) | |
| download | bcm5719-llvm-3903908794ec6684a7a1bfcf2f4e719f58c78c87.tar.gz bcm5719-llvm-3903908794ec6684a7a1bfcf2f4e719f58c78c87.zip | |
Add missing include file (due to a file splitting in llvm).
Add new file to Sema Project for VS.
this unbreak the build for VS2005 (with the associated patch on llvm).
llvm-svn: 52830
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index d232fd95601..b6f09113660 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -24,6 +24,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/MachineModuleInfo.h" +#include "llvm/CodeGen/MachineDebugInfoDesc.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/IRBuilder.h" #include "llvm/Target/TargetMachine.h" |

