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

@ -10,7 +10,6 @@
#include "gen/optimizer.h"
#include "dmd/errors.h"
#include "gen/cl_helpers.h"
#include "gen/logger.h"
#include "gen/passes/Passes.h"
#include "driver/cl_options.h"