Skip to content

Commit aaffae7

Browse files
authored
Rollup merge of rust-lang#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.
2 parents e85e891 + 84617e5 commit aaffae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler_builtins/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn main() {
2626
"InstrProfilingMerge.c",
2727
"InstrProfilingMergeFile.c",
2828
"InstrProfilingNameVar.c",
29+
"InstrProfilingPlatformAIX.c",
2930
"InstrProfilingPlatformDarwin.c",
3031
"InstrProfilingPlatformFuchsia.c",
3132
"InstrProfilingPlatformLinux.c",

0 commit comments

Comments
 (0)