[llvm] [llvm-profgen] Add support for ETM trace decoding (PR #191584)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 21:59:54 PDT 2026
================
@@ -431,6 +431,7 @@ class ProfiledBinary {
StringRef getPath() const { return Path; }
StringRef getName() const { return llvm::sys::path::filename(Path); }
+ const Triple &getTriple() const { return TheTriple; }
----------------
aaupov wrote:
Doesn't seem to be used
https://github.com/llvm/llvm-project/pull/191584
More information about the llvm-commits
mailing list