Skip to content

Commit d3a9d47

Browse files
authored
gn build: Replace ${hwasan_name}-preinit with hwasan-preinit.
The driver only ever looks for the latter. Reviewers: aeubanks Reviewed By: aeubanks Pull Request: #134943
1 parent 93096bf commit d3a9d47

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ shared_library("hwasan_shared") {
141141

142142
static_library("hwasan_preinit") {
143143
output_dir = crt_current_out_dir
144-
output_name = "clang_rt.${hwasan_name}-preinit$crt_current_target_suffix"
144+
output_name = "clang_rt.hwasan-preinit$crt_current_target_suffix"
145145
complete_static_lib = true
146146
configs -= [
147147
"//llvm/utils/gn/build:llvm_code",

0 commit comments

Comments
 (0)