Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser
Add profiling support to AIX AIX ld needs special option to merge objects with profiling. Also, profiler_builtins should include builtins for AIX from compiler-rt.
This commit is contained in:
commit
4f32f78fc6
2 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,7 @@ fn main() {
|
|||
"InstrProfilingMerge.c",
|
||||
"InstrProfilingMergeFile.c",
|
||||
"InstrProfilingNameVar.c",
|
||||
"InstrProfilingPlatformAIX.c",
|
||||
"InstrProfilingPlatformDarwin.c",
|
||||
"InstrProfilingPlatformFuchsia.c",
|
||||
"InstrProfilingPlatformLinux.c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue