[all-commits] [llvm/llvm-project] 4db0cc: [BOLT] Allow sections in --print-only flag (#109622)
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Wed Sep 25 14:44:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4db0cc4c5582c73eb793572f8a8d5892b05fdfde
https://github.com/llvm/llvm-project/commit/4db0cc4c5582c73eb793572f8a8d5892b05fdfde
Author: Maksim Panchenko <maks at fb.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M bolt/lib/Core/BinaryFunction.cpp
A bolt/test/X86/print-only-section.s
Log Message:
-----------
[BOLT] Allow sections in --print-only flag (#109622)
While printing functions, expand --print-only flag to accept section
names. E.g., "--print-only=\.init" will only print functions from
".init" section.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list