forked from OSchip/llvm-project
[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:
parent
0277a24f4b
commit
36cec26b38
compiler-rt/lib/dfsan
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "sanitizer_common/sanitizer_internal_defs.h"
|
||||
|
||||
#include "dfsan_flags.h"
|
||||
#include "dfsan_platform.h"
|
||||
|
||||
using __sanitizer::u16;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue