[llvm] 9138c2c - [gn build] Port b515d9ea1e43

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 04:35:34 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-06-28T11:27:06Z
New Revision: 9138c2c2d4b4e24b8b7a648a3108e714515b4fd4

URL: https://github.com/llvm/llvm-project/commit/9138c2c2d4b4e24b8b7a648a3108e714515b4fd4
DIFF: https://github.com/llvm/llvm-project/commit/9138c2c2d4b4e24b8b7a648a3108e714515b4fd4.diff

LOG: [gn build] Port b515d9ea1e43

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 25ea55e768b9f..a30c291e15672 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -59,8 +59,6 @@ source_set("sources") {
     "hwasan_report.h",
     "hwasan_setjmp_aarch64.S",
     "hwasan_setjmp_riscv64.S",
-    "hwasan_tag_mismatch_aarch64.S",
-    "hwasan_tag_mismatch_riscv64.S",
     "hwasan_thread.cpp",
     "hwasan_thread.h",
     "hwasan_thread_list.cpp",


        


More information about the llvm-commits mailing list