summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/build/toolchain/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/build/toolchain/BUILD.gn')
-rw-r--r--llvm/utils/gn/build/toolchain/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/gn/build/toolchain/BUILD.gn b/llvm/utils/gn/build/toolchain/BUILD.gn
index e1254afc0f5..da60b86e9a9 100644
--- a/llvm/utils/gn/build/toolchain/BUILD.gn
+++ b/llvm/utils/gn/build/toolchain/BUILD.gn
@@ -50,8 +50,7 @@ toolchain("unix") {
} else {
# Remove the output file first so that ar doesn't try to modify the
# existing file.
- command =
- "rm -f {{output}} && ar rcsDT {{arflags}} {{output}} {{inputs}}"
+ command = "rm -f {{output}} && ar rcsDT {{arflags}} {{output}} {{inputs}}"
}
description = "AR {{output}}"
outputs = [
OpenPOWER on IntegriCloud