[all-commits] [llvm/llvm-project] 4ac4d4: Revert "[clang] Add missing field to TLSModelAttr ...

dyung via All-commits all-commits at lists.llvm.org
Mon Aug 14 16:20:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ac4d4a9777e47324766aef80cfd094d06b460ec
      https://github.com/llvm/llvm-project/commit/4ac4d4a9777e47324766aef80cfd094d06b460ec
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  Revert "[clang] Add missing field to TLSModelAttr json AST dump"

This reverts commit 2105c32b32bf3360f524f1f3a1e5af605821eff8.

Reverting this follow-up commit as a prior commit (2107d87) is causing build bot test failures.


  Commit: b7e1d26f841c7ef3db46d30239c179a1e1b4d156
      https://github.com/llvm/llvm-project/commit/b7e1d26f841c7ef3db46d30239c179a1e1b4d156
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  Revert "[clang] Add missing field to VisibilityAttr json AST dump"

This reverts commit 2107d87c5a9103ffc4c0f76fc00ab203603f9df1.

Change is causing test failures on many bots:
- https://lab.llvm.org/buildbot/#/builders/164/builds/42180
- https://lab.llvm.org/buildbot/#/builders/188/builds/33880
- https://lab.llvm.org/buildbot/#/builders/245/builds/12558
- https://lab.llvm.org/buildbot/#/builders/258/builds/5404
- https://lab.llvm.org/buildbot/#/builders/249/builds/8049
- https://lab.llvm.org/buildbot/#/builders/230/builds/17170
- https://lab.llvm.org/buildbot/#/builders/91/builds/17108
- https://lab.llvm.org/buildbot/#/builders/109/builds/71264
- https://lab.llvm.org/buildbot/#/builders/139/builds/47461
- https://lab.llvm.org/buildbot/#/builders/216/builds/25598
- https://lab.llvm.org/buildbot/#/builders/36/builds/36549
- https://lab.llvm.org/buildbot/#/builders/247/builds/7747


Compare: https://github.com/llvm/llvm-project/compare/53e89f5e3f2c...b7e1d26f841c


More information about the All-commits mailing list