[llvm-readobj] set --elf-cg-profile as alias of --cg-profile
authorZequan Wu <zequanwu@google.com>
Mon, 15 Jun 2020 17:21:47 +0000 (10:21 -0700)
committerZequan Wu <zequanwu@google.com>
Wed, 17 Jun 2020 18:24:45 +0000 (11:24 -0700)
commitbbf89644b5897c7d9508975c289fd861f60e0835
tree7dfb0911768184492ff4becbc686eac4de518af0
parent1cbaf847ab84f37d9044d867b5ed8ae646c6ebc9
[llvm-readobj] set --elf-cg-profile as alias of --cg-profile

Summary: Rename --elf-cg-profile to --cg-profile and keep --elf-cg-profile as an alias of --cg-profile.

Reviewers: jhenderson, MaskRay, espindola, hans

Reviewed By: jhenderson, MaskRay

Subscribers: emaste, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81855
llvm/docs/CommandGuide/llvm-readelf.rst
llvm/docs/CommandGuide/llvm-readobj.rst
llvm/test/MC/ELF/cgprofile.ll
llvm/test/MC/ELF/cgprofile.s
llvm/test/Object/multiple-sections.yaml
llvm/test/tools/llvm-readobj/ELF/call-graph-profile.test
llvm/test/tools/llvm-readobj/ELF/demangle.test
llvm/test/tools/yaml2obj/ELF/call-graph-profile-section.yaml
llvm/tools/llvm-readobj/llvm-readobj.cpp