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.
git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format
1 parent 18873b2 commit c83ef47Copy full SHA for c83ef47
llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -16,8 +16,9 @@ action("version_script") {
16
"--version-list",
17
"--extra",
18
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),
+ rebase_path(
+ "$crt_current_out_dir/libclang_rt.hwasan$crt_current_target_suffix.a",
21
+ root_build_dir),
22
rebase_path(
23
"$crt_current_out_dir/libclang_rt.hwasan_cxx$crt_current_target_suffix.a",
24
root_build_dir),
0 commit comments