[all-commits] [llvm/llvm-project] 55cb84: [OpenMP] Unrecognized objects should not be consid...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Feb 22 18:22:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55cb84d9fbea1ead9434de519e1b4e1d2d803048
https://github.com/llvm/llvm-project/commit/55cb84d9fbea1ead9434de519e1b4e1d2d803048
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Unrecognized objects should not be considered failure
Summary:
This patch removes the error we recieve when attempting to extract
offloading sections. We shouldn't consider this a failure because
extracting bitcode isn't necessarily required.
Commit: 6a0b78af9175af45641c854a88761f284361aaee
https://github.com/llvm/llvm-project/commit/6a0b78af9175af45641c854a88761f284361aaee
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Remove static allocator in linker wrapper
Summary:
We don't need this static allocator to survive the entire file, the
strings stored have a defined lifetime.
Compare: https://github.com/llvm/llvm-project/compare/2172b1758d9a...6a0b78af9175
More information about the All-commits
mailing list