THE BUILDBOT BB.PGR.JP IS WATCHING YOU!11!1
User Details
- User Since
- Jul 11 2012, 6:50 PM (585 w, 4 d)
Mon, Sep 25
Wed, Sep 20
Thu, Sep 7
Wed, Sep 6
Mon, Sep 4
- Reformat.
Sun, Sep 3
Aug 31 2023
FYI, I was working for introducing clang-resources in D141755. Could we unify clang-resources in the clang?
At the moment, this can be built for targeting linux, or will raise error before building begins.
- Will invoke error unless the platform is linux
Aug 29 2023
A merge conflict to D151283. Could you catch up?
Merge conflicts to origin/main;
Aug 25 2023
Thanks for the fix.
I am using ubuntu-20.04 (amd64) and stage2-clang uses libstdc++ for bootstrapping.
Aug 24 2023
FYI, similar miscompilation in llvm-rc; https://lab.llvm.org/buildbot/#/builders/124/builds/8260
Seems this still miscompiles llvm-rc/ResourceFileWriter.cpp for targeting x86-64. Investigating.
Aug 15 2023
Would this cause many warnings in Clang/LLVM tree?
https://lab.llvm.org/buildbot/#/builders/36/builds/36560
Aug 13 2023
@jroelofs Sorry for the delay and thanks for the report.
Jul 31 2023
Done in rG59afd298996c
Thanks. I assume you have tested in both configurations.
Jul 28 2023
I confirmed all tests passing (with applying three diffs and generated blobs). Thanks.
Jul 25 2023
- Add *.cpp to srcs
- Remove copts
Jul 24 2023
I don't have any environments for targeting Win32 at the moment.
Do we think I should make this Win32-compatible?
Thanks for feedbacks.
Jul 21 2023
Jul 20 2023
Jul 19 2023
Jul 18 2023
Thank you for the working and excuse my nitpicks.
Thank you for working. Could you reformat a few lines?
Jul 14 2023
Excuse me, I have reverted this due to circular deps.
clangAnalysis should not depend on clangSema.
Sorry for the delay. I am investigating RegionStack if PopRegions() would destroy branches.
Jul 13 2023
Seems this causes clang crash in stage2.
Jul 12 2023
Jul 11 2023
Jul 10 2023
This causes the crash in stage2 x86 clang. Could you investigate or revert?
Jul 9 2023
Jul 5 2023
Jun 30 2023
I've found the case of assertion failure (in CoverageMapping.cpp:507, llvm-cov)
Jun 22 2023
Jun 20 2023
@alanphipps Thanks for the update.
Jun 19 2023
@alanphipps Thanks for the update.
Could you please apply https://github.com/chapuni/llvm-project/commit/c8b8e86ed5755ff471b003e483237551b49c15ba as clang-format?
@alanphipps Could you apply clang-format please?
@alanphipps Could you apply clang-format please?
Jun 17 2023
Jun 15 2023
@alanphipps Haven't you forgot updating this?
Excuse me if you are working for other ongoing issues.
Jun 13 2023
@goldstein.w.n I found the issue was due to D141712 and fixed (not by me) in rG282324aa4a6c29d5ce31c66f8def15d9bd8e84e4
Sorry for the noise.
@nikic Thanks for fixing!
Jun 8 2023
@goldstein.w.n
I am sorry. As far as I have been investigating, this is not the cause but 1st commit to trigger. The failure was hidden when I added debug codes, heisenbug.
The failure can be seen in my internal builders.
Jun 7 2023
FYI, I met different behavior between amd64-ubuntu and aarch64-ubuntu. Not sure if this triggers.
I am still investigating, though, is this intended as NFC?
Jun 6 2023
@GuillaumeGomez Thanks for catching this. Seems reasonable to me.
Jun 5 2023
Sorry, I did a wrong fix. Does anyone fix it?
May 25 2023
May 20 2023
May 18 2023
May 11 2023
May 10 2023
@ldionne Thanks. It is what I would like to ask you.
May 9 2023
Since D74106, target_link_libraries(PRIVATE) brings dependencies on generated headers.
I would like to suggest specifying Core to require usage of intrinsics_gen, unless linking to Core wants to be avoided.
May 5 2023
May 4 2023
May 3 2023
I am not certain about this change. Ok if this resolves your matter.
But I wonder why this didn't have LINK_COMPONENTS before. I guess this would rely on transitive deps.
(LLT impl was provided by LLVMSupport before)
May 2 2023
Fixed temporarily in rGd091a19e58a2.
I have found the case aarch64svcount is incompatible. Will fix.