Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TableGen: Fixed the string table definitions visibility.#148946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vzakhari merged 2 commits intollvm:mainfromvzakhari:buildbots_after_148839
Jul 15, 2025

Conversation

vzakhari
Copy link
Contributor

This fixes the buildbots issues reported in#148839.

@llvmbot
Copy link
Member

@llvm/pr-subscribers-tablegen

Author: Slava Zakharin (vzakhari)

Changes

This fixes the buildbots issues reported in #148839.


Full diff:https://github.com/llvm/llvm-project/pull/148946.diff

1 Files Affected:

  • (modified) llvm/lib/TableGen/StringToOffsetTable.cpp (+3-2)
diff --git a/llvm/lib/TableGen/StringToOffsetTable.cpp b/llvm/lib/TableGen/StringToOffsetTable.cppindex d6d2c2590389a..41f82caa12f82 100644--- a/llvm/lib/TableGen/StringToOffsetTable.cpp+++ b/llvm/lib/TableGen/StringToOffsetTable.cpp@@ -83,10 +83,11 @@ void StringToOffsetTable::EmitStringTableDef(raw_ostream &OS, #pragma GCC diagnostic pop #endif-{1}constexpr llvm::StringTable+{1} llvm::StringTable {2}{0} = {0}Storage; )",-                Name, ClassPrefix.empty() ? "static " : "", ClassPrefix);+                Name, ClassPrefix.empty() ? "static constexpr" : "const",+                ClassPrefix); }  void StringToOffsetTable::EmitString(raw_ostream &O) const {

@jurahul
Copy link
Contributor

Can you also update the lit test?

vzakhari reacted with heart emoji

@jurahul
Copy link
Contributor

Thanks for fixing the failure.

@vzakharivzakhari merged commite685e4a intollvm:mainJul 15, 2025
8 of 9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jurahuljurahuljurahul approved these changes

@arsenmarsenmAwaiting requested review from arsenm

@nikicnikicAwaiting requested review from nikic

@dyungdyungAwaiting requested review from dyung

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@vzakhari@llvmbot@jurahul

[8]ページ先頭

©2009-2025 Movatter.jp