[all-commits] [llvm/llvm-project] e33599: [BOLT][NFC] Reformat strings in handleRelocation
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Wed Aug 17 20:45:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e33599371eb1ab1b782735f39b3f27c19d88da41
https://github.com/llvm/llvm-project/commit/e33599371eb1ab1b782735f39b3f27c19d88da41
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT][NFC] Reformat strings in handleRelocation
With reduced indentation, some strings can be reformatted to take less lines.
Also strategically apply `formatv` to shorten them.
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D132088
More information about the All-commits
mailing list