================
@@ -808,6 +808,10 @@ void Verifier::visitGlobalValue(const GlobalValue &GV) {
"visibility must be dso_local!",
&GV);
+ if (GV.isTagged()) {
----------------
pcc wrote:
Ah okay, if it's a limitation in the existing codegen code that's fine and we
can relax it later if needed.
@arichardson yes, we're aware of the reason for this restriction, the question
was whether it should be enforced here as well as in the frontend.
https://github.com/llvm/llvm-project/pull/111918
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits