[all-commits] [llvm/llvm-project] 39fb84: [PS4/PS5][profiling] Go back to the old way of doi...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Thu Jun 16 11:37:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39fb84343ec5cf9081e236745490c65eb8a9fc31
https://github.com/llvm/llvm-project/commit/39fb84343ec5cf9081e236745490c65eb8a9fc31
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
Log Message:
-----------
[PS4/PS5][profiling] Go back to the old way of doing a runtime hook
Profiling stopped working for us after D98061, which was largely a
Fuschia-specific patch but in one place used `isOSBinFormatELF` to
make a decision. I'm adding a PS4/PS5 exception to that, so we can
get profiling to work again.
Differential Revision: https://reviews.llvm.org/D127506
More information about the All-commits
mailing list