mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
Move gen/cl_helpers.*
to driver/
(#4191)
This commit is contained in:
parent
10775655bb
commit
6b38ad0eff
13 changed files with 9 additions and 11 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "dmd/target.h"
|
||||
#include "driver/args.h"
|
||||
#include "driver/cache.h"
|
||||
#include "driver/cl_helpers.h"
|
||||
#include "driver/cl_options.h"
|
||||
#include "driver/cl_options_instrumentation.h"
|
||||
#include "driver/cl_options_sanitizers.h"
|
||||
|
@ -36,7 +37,6 @@
|
|||
#include "driver/targetmachine.h"
|
||||
#include "driver/timetrace.h"
|
||||
#include "gen/abi.h"
|
||||
#include "gen/cl_helpers.h"
|
||||
#include "gen/irstate.h"
|
||||
#include "gen/ldctraits.h"
|
||||
#include "gen/linkage.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue