================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to