We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1784aca commit 561f915Copy full SHA for 561f915
llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -64,16 +64,10 @@ source_set("sources") {
64
"hwasan_type_test.cpp",
65
]
66
if (current_cpu == "arm64") {
67
- sources += [
68
- "hwasan_setjmp_aarch64.S",
69
- "hwasan_tag_mismatch_aarch64.S",
70
- ]
+ sources += [ "hwasan_setjmp_aarch64.S" ]
71
}
72
if (current_cpu == "riscv64") {
73
74
- "hwasan_setjmp_riscv64.S",
75
- "hwasan_tag_mismatch_riscv64.S",
76
+ sources += [ "hwasan_setjmp_riscv64.S" ]
77
78
if (current_cpu == "x64") {
79
sources += [ "hwasan_setjmp_x86_64.S" ]
0 commit comments