[all-commits] [llvm/llvm-project] fa9e29: [ClangPackager] Fix passing in multiple instances ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Feb 14 20:11:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa9e297b8b63dacb962d99814e698658ad71f946
https://github.com/llvm/llvm-project/commit/fa9e297b8b63dacb962d99814e698658ad71f946
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M clang/tools/clang-offload-packager/ClangOffloadPackager.cpp
Log Message:
-----------
[ClangPackager] Fix passing in multiple instances of `file`
Summary:
This is necessary because CMake build tools might need to generate
several files but are unable to put them in separate images. This patch
sipmly moves the file handling out into a separate split iterator.
More information about the All-commits
mailing list