Skip to content

Conversation

@arsenm
Copy link
Contributor

@arsenm arsenm commented Aug 13, 2025

No description provided.

@arsenm arsenm added the tablegen label Aug 13, 2025 — with Graphite App
Copy link
Contributor Author

arsenm commented Aug 13, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@arsenm arsenm marked this pull request as ready for review August 13, 2025 11:01
@llvmbot
Copy link
Member

llvmbot commented Aug 13, 2025

@llvm/pr-subscribers-tablegen

Author: Matt Arsenault (arsenm)

Changes

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

1 Files Affected:

  • (modified) llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp (+3-1)
diff --git a/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp b/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
index 6c35f60b07be7..a2afe1e01865d 100644
--- a/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
+++ b/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
@@ -562,7 +562,9 @@ void LibcallPredicateExpander::expand(SetTheory &ST, const Record *Def,
       auto [It, Inserted] = Func2Preds.insert({LibcallImpl, {{}, CCClass}});
       if (!Inserted) {
         PrintError(
-            Def, "combining nested libcall set predicates currently unhandled");
+            Def,
+            "combining nested libcall set predicates currently unhandled: '" +
+                LibcallImpl->getLibcallFuncName() + "'");
       }
 
       It->second.first.push_back(AP.getDef());

@arsenm arsenm merged commit 0a9ca5d into main Aug 13, 2025
13 checks passed
@arsenm arsenm deleted the users/arsenm/tablegen/add-failing-func-libcall-emitter-error-message branch August 13, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants