Skip to content

Commit

Permalink
Roll Clang from 388d7f144880 to 684052173971
Browse files Browse the repository at this point in the history
Add cosmetic ';' to accommodate change in clang-format.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

TEST=ci

Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I7b74476de9648b3d33a6ad79f14f3d7a09b98ef3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403060
Reviewed-by: Alexander Aprelev <[email protected]>
Commit-Queue: Alexander Aprelev <[email protected]>
Reviewed-by: Derek Xu <[email protected]>
  • Loading branch information
aam authored and Commit Queue committed Jan 7, 2025
1 parent 5c1796f commit 9b9f7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ vars = {
"jsc_tag": "version:287397",

# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
"clang_version": "git_revision:388d7f144880dcd85ff31f06793304405a9f44b6",
"clang_version": "git_revision:684052173971868aab0e6b62d7770a6299e84141",

# https://chrome-infra-packages.appspot.com/p/gn/gn
"gn_version": "git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd",
Expand Down
2 changes: 1 addition & 1 deletion runtime/vm/compiler/backend/il_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class IlTestPrinter : public AllStatic {
#define DECLARE_VISIT_INSTRUCTION(ShortName, Attrs) \
WriteDescriptor<ShortName##Instr>(#ShortName);

FOR_EACH_CONCRETE_INSTRUCTION(DECLARE_VISIT_INSTRUCTION)
FOR_EACH_CONCRETE_INSTRUCTION(DECLARE_VISIT_INSTRUCTION);

#undef DECLARE_VISIT_INSTRUCTION
}
Expand Down

0 comments on commit 9b9f7c2

Please sign in to comment.