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