Skip to content

Commit 0fe82ea

Browse files
committed
gn build: Add missing source files to hwasan library.
1 parent 811e505 commit 0fe82ea

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/hwasan

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ source_set("sources") {
5959
"hwasan_report.h",
6060
"hwasan_setjmp_aarch64.S",
6161
"hwasan_setjmp_riscv64.S",
62+
"hwasan_tag_mismatch_aarch64.S",
63+
"hwasan_tag_mismatch_riscv64.S",
6264
"hwasan_thread.cpp",
6365
"hwasan_thread.h",
6466
"hwasan_thread_list.cpp",

0 commit comments

Comments
 (0)