[all-commits] [llvm/llvm-project] 0361c4: [utils] avoid splitting pass names with spaces (#9...
Henrik G. Olsson via All-commits
all-commits at lists.llvm.org
Mon Aug 5 00:59:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0361c415e17f45b480be5befdb12175e8899357d
https://github.com/llvm/llvm-project/commit/0361c415e17f45b480be5befdb12175e8899357d
Author: Henrik G. Olsson <hnrklssn at gmail.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M llvm/utils/chunk-print-before-all.py
Log Message:
-----------
[utils] avoid splitting pass names with spaces (#97371)
Machine function pass names can contain spaces but have an alternative
CLI friendly name within parentheses. This changes
chunk-print-before-all.py to use this name instead of only the first
word in the pretty printed name.
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