summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-06-27 17:53:02 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-06-27 17:53:02 +0000
commit3903908794ec6684a7a1bfcf2f4e719f58c78c87 (patch)
tree0d39fe225715d7e1b5bd7c6374b1b50ffbfd5648 /clang/lib/CodeGen
parentabc6e6ab9f594eff2af738e767182bf5c2f7aa43 (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud