mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
keep profile-rt symbol alive
This commit is contained in:
parent
8575f8f91b
commit
f4933ffbf1
@ -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…
Reference in New Issue
Block a user