================
@@ -325,10 +327,13 @@ void aix::Linker::ConstructJob(Compilation &C, const
JobAction &JA,
// Already diagnosed.
break;
}
+
+ CmdArgs.push_back("-lperfstat");
----------------
daltenty wrote:
Yeah, this is going to add it for the dynamic links as well, I don't know if
that's a behaviour we want.
https://github.com/llvm/llvm-project/pull/167706
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits