]> git.ipfire.org Git - thirdparty/u-boot.git/commit
scripts/gen_compile_commands: update to Linux v6.7
authorBrandon Maier <brandon.maier@collins.com>
Mon, 22 Jan 2024 18:45:50 +0000 (18:45 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 6 Feb 2024 21:31:06 +0000 (16:31 -0500)
commitcb6f4d6510b83ad8aa393633b470a64a9a58b658
treeb912d2ba1e7f278265882940cd70f46217fe9165
parentdaa3100250839dd30626f7f4b7daf041f1114f1c
scripts/gen_compile_commands: update to Linux v6.7

Adds support for assembly files and updates the LINE_PATTERN so it
supports both "cmd" and "savedcmd", which allows reverting the U-Boot
modification in commit 97fbb2eb016b ("scripts/gen_compile_commands.py:
adapt _LINE_PATTERN").

Upstream commits:

880946158b011 gen_compile_commands.py: fix path resolve with symlinks in it
9e56d3be4bfd2 gen_compile_commands: Sort output compile commands by file name
52c15e7e79285 gen_compile_commands: Allow the line prefix to still be cmd_
1c67921444bf6 gen_compile_commands: add assembly files to compilation database

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Cc: Joao Marcos Costa <jmcosta944@gmail.com>
scripts/gen_compile_commands.py