[llvm] df1ab7d - [gn build] (semi-manually) port 750d5fc65c92
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 17 09:02:20 PDT 2021
Author: Nico Weber
Date: 2021-09-17T12:02:09-04:00
New Revision: df1ab7de38e95cdd228e13a8501231e15c6d6728
URL: https://github.com/llvm/llvm-project/commit/df1ab7de38e95cdd228e13a8501231e15c6d6728
DIFF: https://github.com/llvm/llvm-project/commit/df1ab7de38e95cdd228e13a8501231e15c6d6728.diff
LOG: [gn build] (semi-manually) port 750d5fc65c92
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 32047fe93b81c..c87b05fefb031 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -67,7 +67,8 @@ source_set("sources") {
"hwasan_poisoning.h",
"hwasan_report.cpp",
"hwasan_report.h",
- "hwasan_setjmp.S",
+ "hwasan_setjmp_aarch64.S",
+ "hwasan_setjmp_x86_64.S",
"hwasan_tag_mismatch_aarch64.S",
"hwasan_thread.cpp",
"hwasan_thread.h",
More information about the llvm-commits
mailing list