[compiler-rt] 54e96ac - hwasan: fix up includes

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 11:41:40 PST 2022


Author: Dmitry Vyukov
Date: 2022-02-11T20:41:37+01:00
New Revision: 54e96ac835f2b9771cb849511add079b39548920

URL: https://github.com/llvm/llvm-project/commit/54e96ac835f2b9771cb849511add079b39548920
DIFF: https://github.com/llvm/llvm-project/commit/54e96ac835f2b9771cb849511add079b39548920.diff

LOG: hwasan: fix up includes

Fix up includes after 595d340dceca
("sanitizer_common: make internal/external headers compatible").

Differential Revision: https://reviews.llvm.org/D119570

Added: 
    

Modified: 
    compiler-rt/lib/hwasan/hwasan.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/hwasan/hwasan.cpp b/compiler-rt/lib/hwasan/hwasan.cpp
index 6f0ea64472c68..f8725a1734326 100644
--- a/compiler-rt/lib/hwasan/hwasan.cpp
+++ b/compiler-rt/lib/hwasan/hwasan.cpp
@@ -25,6 +25,7 @@
 #include "sanitizer_common/sanitizer_common.h"
 #include "sanitizer_common/sanitizer_flag_parser.h"
 #include "sanitizer_common/sanitizer_flags.h"
+#include "sanitizer_common/sanitizer_interface_internal.h"
 #include "sanitizer_common/sanitizer_libc.h"
 #include "sanitizer_common/sanitizer_procmaps.h"
 #include "sanitizer_common/sanitizer_stackdepot.h"


        


More information about the llvm-commits mailing list