Skip to content

Commit c83ef47

Browse files
committed
gn-build: Re-run git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format
llvm-svn: 357906
1 parent 18873b2 commit c83ef47

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ action("version_script") {
1616
"--version-list",
1717
"--extra",
1818
rebase_path(sources[0], root_build_dir),
19-
rebase_path("$crt_current_out_dir/libclang_rt.hwasan$crt_current_target_suffix.a",
20-
root_build_dir),
19+
rebase_path(
20+
"$crt_current_out_dir/libclang_rt.hwasan$crt_current_target_suffix.a",
21+
root_build_dir),
2122
rebase_path(
2223
"$crt_current_out_dir/libclang_rt.hwasan_cxx$crt_current_target_suffix.a",
2324
root_build_dir),

0 commit comments

Comments
 (0)