mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
Removed LLVM 3.0 compatibility code.
There might be still some pieces left here and there, and there is certainly code that could be rewritten in a nicer way with the 3.0 requirement out of the picture.
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
#define LDC_DRIVER_TARGET_H
|
||||
|
||||
#include "llvm/Support/CodeGen.h"
|
||||
#if LDC_LLVM_VER == 300
|
||||
#include "llvm/Target/TargetMachine.h" // For llvm::CodeGenOpt::Level.
|
||||
#endif
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user