[BOLT][NFC] Move phdr typedef to cpp file
authorNathan Sidwell <nathan@acm.org>
Tue, 18 Apr 2023 22:14:21 +0000 (18:14 -0400)
committerNathan Sidwell <nathan@acm.org>
Wed, 19 Apr 2023 19:51:17 +0000 (15:51 -0400)
commit9c92b023da39903413128dbbf30c1029f3b172c1
tree25da63053287f6e2a645007c749767326ebcaf3d
parentf2f0411924184ca59911b3abebb564e22b569f40
[BOLT][NFC] Move phdr typedef to cpp file

This typedef is only used inside the RewriteInstance source file, let's not
expose it in the header file -- even if private.

Differential Revision: https://reviews.llvm.org/D148667
bolt/include/bolt/Rewrite/RewriteInstance.h
bolt/lib/Rewrite/RewriteInstance.cpp