diff options
-rw-r--r-- | llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn index 446df713820..dfe9e72aeed 100644 --- a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn @@ -2,6 +2,7 @@ import("//clang/resource_dir.gni") copy("include") { sources = [ + "fuzzer/FuzzedDataProvider.h", "sanitizer/allocator_interface.h", "sanitizer/asan_interface.h", "sanitizer/common_interface_defs.h", |