summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-04-08 12:42:37 +0000
committerNico Weber <nicolasweber@gmx.de>2019-04-08 12:42:37 +0000
commitc83ef47c63a89ebbb277e73769604c482c89089f (patch)
treeb09448c0e6b6f99f8a3f9844fad3f7a892fbdbe8
parent18873b22be08dbd91e910c1cb53b5d9aa5eb38cf (diff)
downloadbcm5719-llvm-c83ef47c63a89ebbb277e73769604c482c89089f.tar.gz
bcm5719-llvm-c83ef47c63a89ebbb277e73769604c482c89089f.zip
gn-build: Re-run `git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format`
llvm-svn: 357906
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
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 ebc16c11b68..6a0c40f9b1d 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
@@ -16,8 +16,9 @@ action("version_script") {
"--version-list",
"--extra",
rebase_path(sources[0], root_build_dir),
- rebase_path("$crt_current_out_dir/libclang_rt.hwasan$crt_current_target_suffix.a",
- root_build_dir),
+ rebase_path(
+ "$crt_current_out_dir/libclang_rt.hwasan$crt_current_target_suffix.a",
+ root_build_dir),
rebase_path(
"$crt_current_out_dir/libclang_rt.hwasan_cxx$crt_current_target_suffix.a",
root_build_dir),
OpenPOWER on IntegriCloud