[llvm] 9ec6c3b - [gn build] (semi-manually) port 944b3c53aec5

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 12:21:17 PDT 2021


Author: Nico Weber
Date: 2021-06-08T15:21:03-04:00
New Revision: 9ec6c3bb2ff0ad94edd4c09189f3a0310947fc58

URL: https://github.com/llvm/llvm-project/commit/9ec6c3bb2ff0ad94edd4c09189f3a0310947fc58
DIFF: https://github.com/llvm/llvm-project/commit/9ec6c3bb2ff0ad94edd4c09189f3a0310947fc58.diff

LOG: [gn build] (semi-manually) port 944b3c53aec5

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 10089350671e..171852387525 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -46,6 +46,7 @@ source_set("sources") {
   sources = [
     "hwasan.cpp",
     "hwasan.h",
+    "hwasan_allocation_functions.cpp",
     "hwasan_allocator.cpp",
     "hwasan_allocator.h",
     "hwasan_dynamic_shadow.cpp",


        


More information about the llvm-commits mailing list