mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 14:23:13 +01:00
"The Great Renaming" continues.
More changes to match the renamed files of LLVM 3.3.
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
|
||||
#if LDC_LLVM_VER >= 303
|
||||
#include "llvm/IR/GlobalValue.h"
|
||||
#else
|
||||
#include "llvm/GlobalValue.h"
|
||||
#endif
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/raw_os_ostream.h"
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
|
||||
Reference in New Issue
Block a user