[compiler-rt] 45bddf5 - [sanitizers] Add missing header to fix Fuchsia builds

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 13:58:29 PST 2022


Author: Paul Kirth
Date: 2022-02-11T21:58:02Z
New Revision: 45bddf54e240ea13f2bf4c5870b260feefbaf801

URL: https://github.com/llvm/llvm-project/commit/45bddf54e240ea13f2bf4c5870b260feefbaf801
DIFF: https://github.com/llvm/llvm-project/commit/45bddf54e240ea13f2bf4c5870b260feefbaf801.diff

LOG: [sanitizers] Add missing header to fix Fuchsia builds

Adds missing header to fix sanitizer builds for Fuchsia.

Reviewed By: abrachet

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

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp b/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
index 1d0dbe592b937..35c325359148a 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
@@ -33,6 +33,7 @@
 
 #include "sanitizer_atomic.h"
 #include "sanitizer_common.h"
+#include "sanitizer_interface_internal.h"
 #include "sanitizer_internal_defs.h"
 #include "sanitizer_symbolizer_fuchsia.h"
 


        


More information about the llvm-commits mailing list