keep profile-rt symbol alive
This commit is contained in:
parent
8575f8f91b
commit
f4933ffbf1
1 changed files with 2 additions and 0 deletions
|
@ -1694,6 +1694,8 @@ impl<'a> Linker for AixLinker<'a> {
|
|||
|
||||
fn pgo_gen(&mut self) {
|
||||
self.link_arg("-bdbg:namedsects:ss");
|
||||
self.link_arg("-u");
|
||||
self.link_arg("__llvm_profile_runtime");
|
||||
}
|
||||
|
||||
fn control_flow_guard(&mut self) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue