[llvm] 877e835 - [gn build] (semi-manually) port 966386514bec

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 16:27:27 PDT 2021


Author: Nico Weber
Date: 2021-07-07T19:27:19-04:00
New Revision: 877e835addd78126a2ff2b8030af17a5ea92df09

URL: https://github.com/llvm/llvm-project/commit/877e835addd78126a2ff2b8030af17a5ea92df09
DIFF: https://github.com/llvm/llvm-project/commit/877e835addd78126a2ff2b8030af17a5ea92df09.diff

LOG: [gn build] (semi-manually) port 966386514bec

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 171852387525..7deb8a3d3ed7 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -52,6 +52,7 @@ source_set("sources") {
     "hwasan_dynamic_shadow.cpp",
     "hwasan_dynamic_shadow.h",
     "hwasan_exceptions.cpp",
+    "hwasan_fuchsia.cpp",
     "hwasan_flags.h",
     "hwasan_globals.cpp",
     "hwasan_globals.h",


        


More information about the llvm-commits mailing list