mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
Renamed driver/target to .../targetmachine to avoid confusion with the frontend file.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "driver/configfile.h"
|
||||
#include "driver/ldc-version.h"
|
||||
#include "driver/linker.h"
|
||||
#include "driver/target.h"
|
||||
#include "driver/targetmachine.h"
|
||||
#include "driver/toobj.h"
|
||||
#include "gen/cl_helpers.h"
|
||||
#include "gen/irstate.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===-- target.cpp --------------------------------------------------------===//
|
||||
//===-- targetmachine.cpp -------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "driver/target.h"
|
||||
#include "driver/targetmachine.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/MC/SubtargetFeature.h"
|
||||
#include "llvm/Support/Host.h"
|
||||
@@ -1,4 +1,4 @@
|
||||
//===-- driver/target.h - LLVM target setup ---------------------*- C++ -*-===//
|
||||
//===-- driver/targetmachine.h - LLVM target setup --------------*- C++ -*-===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
Reference in New Issue
Block a user