[llvm] TableGen: Use StringOffsetTable for RuntimeLibcall names (PR #148839)

Vladimir Vereschaka via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 15:49:16 PDT 2025


vvereschaka wrote:

Hi @arsenm,

looks like this PR causes the `LLVM::RuntimeLibcallEmitter.td` failure on the **expensive check** builders. The test gets failed randomly, but I was able to reproduce it locally every second or third run.

Here is few failed builds for details

https://lab.llvm.org/buildbot/#/builders/187/builds/8427
https://lab.llvm.org/buildbot/#/builders/187/builds/8385
https://lab.llvm.org/buildbot/#/builders/187/builds/8312

JFI, I needed to revert few related commits locally to build the tests and figure out that the problem was gone

e685e4a7715ec51575fa37bc9d6bd6cf420cf655
8db92a7d99f2b1a64d34c2fe3c295e555caa35f2
af56fd0c1abb6fc9d06b555d5b30ef5ad963a5c1
0b7a95a6fd81b31634a3723a0bea6d9d91bbc230



https://github.com/llvm/llvm-project/pull/148839


More information about the llvm-commits mailing list