mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 14:53:14 +01:00
Simplify code by using the right type.
Removes some comditional compiling by replacing unsigned with llvm::Attributes.
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
#include "llvm/CodeGen/MachineModuleInfo.h"
|
||||
#include "llvm/Support/Dwarf.h"
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#if LDC_LLVM_VER == 300
|
||||
#include "llvm/Support/PathV2.h"
|
||||
#else
|
||||
#include "llvm/Support/Path.h"
|
||||
#endif
|
||||
|
||||
#include "declaration.h"
|
||||
#include "module.h"
|
||||
|
||||
Reference in New Issue
Block a user