[llvm] 0fe82ea - gn build: Add missing source files to hwasan library.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 19:44:28 PDT 2024
Author: Peter Collingbourne
Date: 2024-06-25T19:43:37-07:00
New Revision: 0fe82ea2ea7c92388a33652997b98d159d253012
URL: https://github.com/llvm/llvm-project/commit/0fe82ea2ea7c92388a33652997b98d159d253012
DIFF: https://github.com/llvm/llvm-project/commit/0fe82ea2ea7c92388a33652997b98d159d253012.diff
LOG: gn build: Add missing source files to hwasan library.
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 e74f4c8552420..e9ba76d2a517d 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -59,6 +59,8 @@ 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