Skip to content

Commit

Permalink
[gndoc] Update GN build arguments documentation
Browse files Browse the repository at this point in the history
Roller-URL: https://cr-buildbucket.appspot.com/build/8722143106497469841
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I16576e95dde965aab52481168aaa583403af356f
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1212484
Commit-Queue: Docs Roller <[email protected]>
  • Loading branch information
docs-roller authored and CQ Bot committed Feb 23, 2025
1 parent 8af179c commit 303513d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/gen/build_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,23 +722,23 @@ From //build/info/info.gni:10
Logical version of the current build. If not set, defaults to the timestamp
of the most recent update.

**Current value for `target_cpu = "arm64"`:** `"8722188410679794417"`
**Current value for `target_cpu = "arm64"`:** `"8722143106497469841"`

From //out/not-default/args.gn:10

**Overridden from the default:** `""`

From //build/info/info.gni:17

**Current value for `target_cpu = "riscv64"`:** `"8722188410679794417"`
**Current value for `target_cpu = "riscv64"`:** `"8722143106497469841"`

From //out/not-default/args.gn:10

**Overridden from the default:** `""`

From //build/info/info.gni:17

**Current value for `target_cpu = "x64"`:** `"8722188410679794417"`
**Current value for `target_cpu = "x64"`:** `"8722143106497469841"`

From //out/not-default/args.gn:10

Expand Down Expand Up @@ -1150,7 +1150,7 @@ This should never be set as a build argument.
}
static = {
clang_rt = "lib/clang/20/lib/armv7-unknown-linux-gnueabihf/libclang_rt.lsan.a"
clang_rt_cxx = ""
clang_rt_cxx = "../../../../out/not-default/libclang_rt.lsan_cxx.a"
}
}
tsan = {
Expand Down

0 comments on commit 303513d

Please sign in to comment.