commit | f4758727dc5f64cc99029f0e8c47ffb89f23d37f | [log] [tgz] |
---|---|---|
author | Zachary Anderson <zra@google.com> | Mon Jan 08 08:15:22 2018 -0800 |
committer | commit-bot@chromium.org <commit-bot@chromium.org> | Mon Jan 08 18:29:44 2018 +0000 |
tree | eee0f157fce35bb13ed8cd918199d8af5b0d3389 | |
parent | ae068aaabef9b700b3c64fe4e3661a241f978f52 [diff] |
[infra] Add a GN flag to omit git information After Clang 6.0, changing the value of a single string can change the order of symbols in the .rodata section. This confuses Golem's checks for the equivalence of two binaries. This change adds a GN flag to omit the git hash and commit time from the Dart VM's version string to avoid re-running Golem benchmarks on commits where the only VM change is in the version string. To use it, pass --gn-args="dart_version_git_info=false" to gn.py Change-Id: I8134714d50e3c9b6dae750a515dc3c2228d76b53 Reviewed-on: https://dart-review.googlesource.com/33000 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Zach Anderson <zra@google.com>
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Visit the dartlang.org to learn more about the language, tools, getting started, and more.
Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.