[PATCH] D124857: [AIX][PGO] Enable linux style PGO on AIX
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 08:40:17 PDT 2022
jsji added inline comments.
================
Comment at: compiler-rt/lib/profile/InstrProfilingPlatformLinux.c:11
+ (defined(__sun__) && defined(__svr4__)) || defined(__NetBSD__) || \
+ defined(_AIX)
----------------
What is the major reason that we want to share the file with `Linux`? Would it be better to have AIX on its own file?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124857/new/
https://reviews.llvm.org/D124857
More information about the llvm-commits
mailing list