In D128874#3621115, @wallace wrote:thanks!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 29 2022
Jun 29 2022
kevcadieux added reviewers for D128874: [lldb] Fix unused variable warning in TraceHTR (NFC): wallace, stella.stamenova.
FYI: failure looks like the following:
@sstwcw @HazardyKnusperkeks : this change introduced a regression in one of the clang format unit tests. I fixed it in the revision below. Could anyone please take a look / approve this revision to unblock Windows debug builds? Thanks!
kevcadieux added reviewers for D128786: [clang-format] Fix incorrect isspace input (NFC): sstwcw, HazardyKnusperkeks, stella.stamenova.
Jun 28 2022
Jun 28 2022
Mar 8 2022
Mar 8 2022
In D121102#3366800, @csigg wrote:In D121102#3366204, @kevcadieux wrote:Hello @csigg, there seems to be another use of the deprecated parseSourceString function in mlir/lib/CAPI/IR/IR.cpp that is causing a deprecated error in our builds. Would you mind please updating that use as well? Thanks!
Done.
Does that mean that we are not supposed to mark things deprecated?
Or would it make sense to only treat deprecations as warnings in your build?
Mar 7 2022
Mar 7 2022
Hello @csigg, there seems to be another use of the deprecated parseSourceString function in mlir/lib/CAPI/IR/IR.cpp that is causing a deprecated error in our builds. Would you mind please updating that use as well? Thanks!
Nov 22 2021
Nov 22 2021
In D113809#3147527, @smeenai wrote:https://github.com/llvm/llvm-project/commit/2f5d6a0ea51b should fix the assertion. Sorry for the breakage here.
We are also seeing this in our internal Windows builds. As can be seen below, the size difference in debug is due to the std::vector<lld::macho::Reloc> member, which is actually due to the _Vector_val internal vector member that uses a different base class in debug mode (std::_Container_base12 instead of std::_Container_base0). Could we simply turn off this static assert for debug builds (e.g. with #ifdef NDEBUG)?
Nov 16 2021
Nov 16 2021
In D113242#3136329, @llvm-commits wrote:Sure—please let me know the email address and author name to I use for attribution!
Nov 16 2021, 5:31 PM · Restricted Project
In D113242#3129079, @dexonsmith wrote:LGTM.
Nov 16 2021, 4:18 PM · Restricted Project
Nov 9 2021
Nov 9 2021
Nov 9 2021, 10:23 AM · Restricted Project
Nov 7 2021
Nov 7 2021
Nov 7 2021, 5:33 PM · Restricted Project
Nov 6 2021
Nov 6 2021
Rebasing.
Nov 6 2021, 9:45 PM · Restricted Project
Nov 5 2021
Nov 5 2021
In D113242#3112628, @Meinersbur wrote:The Polly failure was fixed here: https://github.com/llvm/llvm-project/commit/7f627596977624730f9298a1b69883af1555765e
Nov 5 2021, 2:34 PM · Restricted Project
Nov 4 2021
Nov 4 2021
There are build failures due to a failed Polly test
test/ScopInliner/simple-inline-loop.ll
Nov 4 2021, 11:49 PM · Restricted Project
Nov 4 2021, 10:03 PM · Restricted Project
Nov 4 2021, 10:00 PM · Restricted Project