[PATCH] D102039: [profile] Add binary id into profiles

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 21:37:58 PST 2021


vitalybuka added a comment.

  ../llvm_build64/bin/llvm-readelf -n test/profile/Profile-x86_64/Linux/Output/binary-id.c.tmp
  Displaying notes found in: .note.ABI-tag
    Owner                Data size 	Description
    GNU                  0x00000010	NT_GNU_ABI_TAG (ABI version tag)
      OS: Linux, ABI: 3.2.0
  
  Displaying notes found in: .note.gnu.property
    Owner                Data size 	Description
    GNU                  0x00000010	NT_GNU_PROPERTY_TYPE_0 (property note)
      Properties:    x86 ISA needed: x86-64-baseline
  
  
  Displaying notes found in: .note.gnu.build-id
    Owner                Data size 	Description
    GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)
      Build ID: 3dff2793618e5a04cbfef83483bc82d7d63b807d
  
  Displaying notes found in: .note.gnu.gold-version
    Owner                Data size 	Description
    GNU                  0x00000009	NT_GNU_GOLD_VERSION (gold version)
      Version: gold 1.16


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102039/new/

https://reviews.llvm.org/D102039



More information about the llvm-commits mailing list