User Details
- User Since
- Jan 10 2013, 2:43 PM (494 w, 6 d)
Today
*did fix things on _linux_
Even after the one test fix, check-lld is still broken on Mac and win:
http://45.33.8.238/macm1/39637/step_10.txt
http://45.33.8.238/win/61745/step_10.txt
Yesterday
Reverted in e9fe20dab39edb911afacdb6ed9ec2c7499a59cf for now.
This breaks check-clang: http://45.33.8.238/linux/80462/step_7.txt
This doesn't build: http://45.33.8.238/linux/80459/step_4.txt
As far as I can tell, this breaks check-clang everywhere: http://45.33.8.238/
Tue, Jul 5
Thanks for the fix! :)
Thanks!
Looks like this breaks tests on windows: http://45.33.8.238/win/61559/step_8.txt
Mon, Jul 4
Looks fine to me.
\o/
What --author flag should I use for you when landing this?
The auto-merger only auto-merges source lists, not deps. (See llvm/utils/gn/build/sync_source_lists_from_cmake.py – the merge bot just runs llvm/utils/gn/build/sync_source_lists_from_cmake.py --write, and the commits the result if tests pass.)
Looks like this breaks check-clang: http://45.33.8.238/linux/80254/step_7.txt
Sun, Jul 3
Fri, Jul 1
Looks like this breaks tests on Windows: http://45.33.8.238/win/61429/step_7.txt
Thu, Jun 30
Lgtm!
Mon, Jun 27
Looks like this breaks check-clang on windows: http://45.33.8.238/win/61067/step_7.txt
Sat, Jun 25
Other than that, looks excellent to me.
Fri, Jun 24
Thu, Jun 23
Looks like this breaks tests on non-linux: http://45.33.8.238/macm1/37997/step_11.txt , http://45.33.8.238/win/60800/step_11.txt
Thanks!
address most comments
simpler (?) impl by making --time-trace an alias for --time-trace= (without an arg)
Good suggestion, thanks. Done.
Given that the bot's been red for quite a few hours by now and there's some disagreement about the right fix, I've reverted this in 851a5efe45a026047ba8c0262a892b9895e355bf for now.
This also broke check-llvm on macOS: http://45.33.8.238/macm1/37938/step_11.txt (this both is an M1 mac, not sure if intel vs arm matter).
Nice!
Looks like https://github.com/llvm/llvm-project/commit/6f258c0fd34cf4001ffa08c61f6e4e0f1254c50f fixed it.
On many of the official bots too, eg https://lab.llvm.org/buildbot/#/builders/109/builds/41178 (did that not generate an email?)
Looks like this breaks check-clang: http://45.33.8.238/linux/79438/step_7.txt
Wed, Jun 22
(Also, not sure it's such a bad thing that it defaults to on. Smaller projects won't notice the link time cost, and larger projects will have lots of tweaking flags for better or worse anyways…)
Tue, Jun 21
Anyone interested in a 3% speedup? :)
Thanks! :)
(in any case, it's irrelevant after D128298)
Hm?
Nice!