Commit Graph

4 Commits

Author SHA1 Message Date
Nikita Popov f567673967 Use correct format specifier in brp-llvm-compile-lto-elf
Related: RHEL-11165
2023-10-02 09:33:55 +02:00
Nikita Popov 54595832f2 Fix the fix for brp-llvm-compile-lto-elf
Unfortunately the last change to fix hardlink handling broke the
script in a different way, due to use of the wrong quote style.
One step forward, two steps back.

Related: rhbz#2234024
2023-09-29 09:53:52 +02:00
Nikita Popov d3f5380a6d Fix brp-llvm-compile-lto-elf parallelism with hardlinks
Deduplicate the files by inode, so each hardlink is only processed
once, thus avoiding race conditions.

Resolves: rhbz#2234024
2023-08-25 15:54:11 +02:00
Timm Bäder f14ea70dac Ship brp-llvm-compile-lto-elf script
Resolves: rhbz#2022522
2022-11-02 10:51:33 +01:00