mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Make LDC1 compile with LLVM 3.2 trunk.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user