From 3a5ea4d507a6837f908cb80905cd94fadae755f3 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 27 Feb 2019 15:46:51 +0000 Subject: [PATCH] gn build: Merge r354989 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354991 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../secondary/compiler-rt/lib/hwasan/BUILD.gn | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn b/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn index 5e67c95247c..a6938980ec5 100644 --- a/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn +++ b/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn @@ -36,26 +36,26 @@ source_set("sources") { "//compiler-rt/lib/ubsan:sources", ] sources = [ - "hwasan.cc", + "hwasan.cpp", "hwasan.h", - "hwasan_allocator.cc", + "hwasan_allocator.cpp", "hwasan_allocator.h", - "hwasan_dynamic_shadow.cc", + "hwasan_dynamic_shadow.cpp", "hwasan_dynamic_shadow.h", "hwasan_flags.h", - "hwasan_interceptors.cc", + "hwasan_interceptors.cpp", "hwasan_interface_internal.h", - "hwasan_linux.cc", + "hwasan_linux.cpp", "hwasan_malloc_bisect.h", "hwasan_mapping.h", - "hwasan_memintrinsics.cc", - "hwasan_poisoning.cc", + "hwasan_memintrinsics.cpp", + "hwasan_poisoning.cpp", "hwasan_poisoning.h", - "hwasan_report.cc", + "hwasan_report.cpp", "hwasan_report.h", - "hwasan_thread.cc", + "hwasan_thread.cpp", "hwasan_thread.h", - "hwasan_thread_list.cc", + "hwasan_thread_list.cpp", "hwasan_thread_list.h", ] } @@ -67,7 +67,7 @@ source_set("cxx_sources") { "//compiler-rt/lib/ubsan:cxx_sources", ] sources = [ - "hwasan_new_delete.cc", + "hwasan_new_delete.cpp", ] } -- 2.40.0