Skip to content

Commit 84617e5

Browse files
committed
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.
1 parent 6db7e05 commit 84617e5

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)