summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-10-16 23:17:34 +0000
committerXinliang David Li <davidxl@google.com>2015-10-16 23:17:34 +0000
commit91c7321ea9d5ce8248dbe75fe2b32830eb99e061 (patch)
treea9e4c35894b5c62d95814da0a3a8ad21fb9fd09f /llvm/tools/llvm-readobj/llvm-readobj.cpp
parent11a71602375ae394ba7c451f8b88346bee476257 (diff)
downloadbcm5719-llvm-91c7321ea9d5ce8248dbe75fe2b32830eb99e061.tar.gz
bcm5719-llvm-91c7321ea9d5ce8248dbe75fe2b32830eb99e061.zip
Instroduce a template file to define InstrPGO core data structures.
Changing PGO data format layout can be a pain. Many different places need to be touched and kept in sync. Failing to do so usually results in errors very time consuming to debug. This file is intended to be the master file that defines the layout of the core runtime data structures. Currently only two structure is covered: Per function ProfData structure and the function record structure used in coverage mapping. No client code has been made yet, so this commit is NFC. llvm-svn: 250574
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud