[all-commits] [llvm/llvm-project] 0064f7: [gn] Make sync script handle removing singular sou...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Dec 5 06:29:39 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0064f764430bef44c0021c50cac509fbe6488157
https://github.com/llvm/llvm-project/commit/0064f764430bef44c0021c50cac509fbe6488157
Author: Nico Weber <thakis at chromium.org>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M llvm/utils/gn/build/sync_source_lists_from_cmake.py
Log Message:
-----------
[gn] Make sync script handle removing singular sources
Without this, syncing the unittests/Passes change in a25e3674ae65
didn't work right: it'd add the new file, but not remove the old one,
because it wasn't followed by a `,` due to being a one-element list.
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