[PATCH] D45360: [MC][TableGen] Add optional libpfm counter names for ProcResUnits.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 05:49:50 PDT 2018
RKSimon added a comment.
I'm a bit worried about creating a pfm dependency like this in the core - pfm doesn't come close to covering all targets that we'll want to check in the long term so it's likely that some targets will require a different library. (or raw msrs.....)
Is there anyway that we can keep more of this in llvm-exegesis project - config files or embedding in source?
Repository:
rL LLVM
https://reviews.llvm.org/D45360
More information about the llvm-commits
mailing list