Rename "ir2obj-cache" to "cache" (source and filenames)

This commit is contained in:
Johan Engelen 2016-09-26 16:57:16 +02:00
parent e0c78fa198
commit 61e99e82d7
9 changed files with 17 additions and 17 deletions

View file

@ -19,11 +19,11 @@
#include "root.h"
#include "scope.h"
#include "ddmd/target.h"
#include "driver/cache.h"
#include "driver/cl_options.h"
#include "driver/codegenerator.h"
#include "driver/configfile.h"
#include "driver/exe_path.h"
#include "driver/ir2obj_cache.h"
#include "driver/ldc-version.h"
#include "driver/linker.h"
#include "driver/targetmachine.h"