Skip to content

Commit 2f0f67a

Browse files
committed
[gn build] add a comment to the goma_dir arg
1 parent 0b5d2b0 commit 2f0f67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/gn/build/toolchain/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import("//llvm/utils/gn/build/toolchain/compiler.gni")
22

33
declare_args() {
44
# If is_goma is true, the location of the goma client install.
5+
# Set this to the output of `goma_ctl goma_dir`.
56
if (host_os == "win") {
67
goma_dir = "C:/src/goma/goma-win64"
78
} else {

0 commit comments

Comments
 (0)