[dfsan] move dfsan_flags.h to cc files

D101666 needs this change.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D101857
This commit is contained in:
Jianzhou Zhao 2021-05-04 21:19:00 +00:00
parent 0277a24f4b
commit 36cec26b38
2 changed files with 1 additions and 1 deletions
compiler-rt/lib/dfsan

View File

@ -16,7 +16,6 @@
#include "sanitizer_common/sanitizer_internal_defs.h"
#include "dfsan_flags.h"
#include "dfsan_platform.h"
using __sanitizer::u16;

View File

@ -38,6 +38,7 @@
#include "dfsan/dfsan.h"
#include "dfsan/dfsan_chained_origin_depot.h"
#include "dfsan/dfsan_flags.h"
#include "dfsan/dfsan_thread.h"
#include "sanitizer_common/sanitizer_common.h"
#include "sanitizer_common/sanitizer_internal_defs.h"