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.
1 parent 0b5d2b0 commit 2f0f67aCopy full SHA for 2f0f67a
llvm/utils/gn/build/toolchain/BUILD.gn
@@ -2,6 +2,7 @@ import("//llvm/utils/gn/build/toolchain/compiler.gni")
2
3
declare_args() {
4
# If is_goma is true, the location of the goma client install.
5
+ # Set this to the output of `goma_ctl goma_dir`.
6
if (host_os == "win") {
7
goma_dir = "C:/src/goma/goma-win64"
8
} else {
0 commit comments