]> granicus.if.org Git - llvm/commitdiff
gn build: Merge r354989
authorNico Weber <nicolasweber@gmx.de>
Wed, 27 Feb 2019 15:46:51 +0000 (15:46 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 27 Feb 2019 15:46:51 +0000 (15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354991 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

index 5e67c95247cae5c7d99cd08b9ddefb6269bcc059..a6938980ec51a17cd967f480a9928e2667796fe9 100644 (file)
@@ -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",
   ]
 }