[PATCH] D56427: gn build: s/root_out_dir/root_build_dir/g in llvm/utils/gn/build/write_cmake_config.gni.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 11:56:10 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350963: gn build: s/root_out_dir/root_build_dir/g in… (authored by pcc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56427?vs=181191&id=181344#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56427/new/
https://reviews.llvm.org/D56427
Files:
llvm/trunk/utils/gn/build/write_cmake_config.gni
Index: llvm/trunk/utils/gn/build/write_cmake_config.gni
===================================================================
--- llvm/trunk/utils/gn/build/write_cmake_config.gni
+++ llvm/trunk/utils/gn/build/write_cmake_config.gni
@@ -38,8 +38,8 @@
]
args = [
"-o",
- rebase_path(outputs[0], root_out_dir),
- rebase_path(sources[0], root_out_dir),
+ rebase_path(outputs[0], root_build_dir),
+ rebase_path(sources[0], root_build_dir),
] + invoker.values
forward_variables_from(invoker,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56427.181344.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190111/87b16d1c/attachment.bin>
More information about the llvm-commits
mailing list