[all-commits] [llvm/llvm-project] 6683f9: [NFC][LLVM] Code cleanup in llvm-config.cpp (#163993)
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Oct 20 09:35:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6683f9bf0f9774fb4d8218a6ae973791a634057c
https://github.com/llvm/llvm-project/commit/6683f9bf0f9774fb4d8218a6ae973791a634057c
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M llvm/tools/llvm-config/llvm-config.cpp
Log Message:
-----------
[NFC][LLVM] Code cleanup in llvm-config.cpp (#163993)
- Fix function names to conform to LLVM CS and mark local function
static.
- Use range for loops to simplify code.
- use `interleave` instead of manual loops to print lists.
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