Add changes for LLVM 3.2.

This commit is contained in:
kai
2012-07-29 17:31:50 +02:00
parent bf2aaaca84
commit dbb5a34eda
7 changed files with 34 additions and 1 deletions

View File

@@ -19,8 +19,12 @@
#include <set>
#include <map>
#include <string>
#if LDC_LLVM_VER >= 302
#include <llvm/DebugInfo.h>
#else
#include <llvm/Analysis/DebugInfo.h>
#endif
#endif
#include "dsymbol.h"
#include "lexer.h"