Make LDC1 compile with LLVM 3.2 trunk.

This commit is contained in:
kai
2012-08-17 15:44:20 +02:00
parent 692d624db4
commit 2173b52aea

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"