Move gen/cl_helpers.* to driver/ (#4191)

This commit is contained in:
Nicholas Wilson 2022-09-21 19:36:24 +08:00 committed by GitHub
parent 10775655bb
commit 6b38ad0eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 9 additions and 11 deletions

View file

@ -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"