Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Hi @serge-sans-paille, your change is causing the test you modified, clang/test/AST/ast-dump-attr-json.cpp to fail. Can you take a look?
https://lab.llvm.org/buildbot/#/builders/139/builds/47461
https://lab.llvm.org/buildbot/#/builders/109/builds/71264
Hello, one of the many dump commits broke tests on macOS: http://45.33.8.238/macm1/67030/step_7.txt
Please take a look and revert for now if it takes a while to fix.
Also, consider spreading out commits a bit so that if one breaks something, it's easily to see which one it was.
Since reverting seems non-trivial, I added a triple in https://github.com/llvm/llvm-project/commit/7a1735cd05c2bc0c336f122f01fb35de66e85e16 which I believe should fix the test.
We also had a failure looking for the mangled name on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/65/builds/10954
The triple fix may take care of that too.
Also, consider spreading out commits a bit so that if one breaks something, it's easily to see which one it was.
Definitely.
Another option for dependent patches that must go in together is to add [1/N] so we know it's essentially one large change, and can revert accordingly.