[llvm] 91db7ad - [gn build] Port b515d9ea1e43

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 16:58:14 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-06-21T23:58:05Z
New Revision: 91db7add6d72d411a50c1d7265e7d115d6e4a882

URL: https://github.com/llvm/llvm-project/commit/91db7add6d72d411a50c1d7265e7d115d6e4a882
DIFF: https://github.com/llvm/llvm-project/commit/91db7add6d72d411a50c1d7265e7d115d6e4a882.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 a031dd8f832f5..e74f4c8552420 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -59,9 +59,6 @@ source_set("sources") {
     "hwasan_report.h",
     "hwasan_setjmp_aarch64.S",
     "hwasan_setjmp_riscv64.S",
-    "hwasan_setjmp_x86_64.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