[all-commits] [llvm/llvm-project] 3f6030: Reland "[PS4/PS5][profiling] Go back to the old wa...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Thu Jun 16 11:54:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f6030255d7afb21db58eb343bd2a7001d8f1232
https://github.com/llvm/llvm-project/commit/3f6030255d7afb21db58eb343bd2a7001d8f1232
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:
-----------
Reland "[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