[llvm] 37e10c2 - gn build: (manually) merge 67474c60d34

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 08:24:07 PDT 2019


Author: Nico Weber
Date: 2019-10-30T11:23:54-04:00
New Revision: 37e10c29291b7ba6f07faeb83d5f8999c5b4e761

URL: https://github.com/llvm/llvm-project/commit/37e10c29291b7ba6f07faeb83d5f8999c5b4e761
DIFF: https://github.com/llvm/llvm-project/commit/37e10c29291b7ba6f07faeb83d5f8999c5b4e761.diff

LOG: gn build: (manually) merge 67474c60d34

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
index c2a4817c3fac..de7fe18db349 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -58,11 +58,13 @@ source_set("sources") {
     "hwasan_poisoning.h",
     "hwasan_report.cpp",
     "hwasan_report.h",
+    "hwasan_setjmp.S",
     "hwasan_tag_mismatch_aarch64.S",
     "hwasan_thread.cpp",
     "hwasan_thread.h",
     "hwasan_thread_list.cpp",
     "hwasan_thread_list.h",
+    "hwasan_type_test.cpp",
   ]
 }
 


        


More information about the llvm-commits mailing list