================
@@ -2426,8 +2426,6 @@ void AsmPrinter::emitGlobalAlias(const Module &M, const
GlobalAlias &GA) {
}
void AsmPrinter::emitGlobalIFunc(Module &M, const GlobalIFunc &GI) {
- assert(!TM.getTargetTriple().isOSBinFormatXCOFF() &&
- "IFunc is not supported on AIX.");
----------------
mandlebug wrote:
Minor nit: should we keep the assert but update the sting to say something like
"AIX has non-default implementation"?
https://github.com/llvm/llvm-project/pull/153049
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits