[all-commits] [llvm/llvm-project] c4392b: [Hexagon] Add release note for LLVM 16
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Feb 7 17:13:45 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: c4392bcc1d5d65720f00553b3ea17f81f9832527
https://github.com/llvm/llvm-project/commit/c4392bcc1d5d65720f00553b3ea17f81f9832527
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M llvm/docs/ReleaseNotes.rst
Log Message:
-----------
[Hexagon] Add release note for LLVM 16
(cherry picked from commit 140bc411b245260680d90fd981635317b261ef0e)
Commit: aa2bbfaee2d5b352f7ab1a990c1e40535c6fb51b
https://github.com/llvm/llvm-project/commit/aa2bbfaee2d5b352f7ab1a990c1e40535c6fb51b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Cuda.cpp
Log Message:
-----------
[CUDA] Fix output from ptxas being removes as a temporary file
Summary:
The logic here is to add the `.cubin` temporary file if we had to create
a new filename to handle it. Unfortuantely the logic was wrong because
we compare `const char *` values here. This logic seems to have been
wrong for some time, but was never noticed since we never used the
relocatable output.
Compare: https://github.com/llvm/llvm-project/compare/7fed09b3a673...aa2bbfaee2d5
More information about the All-commits
mailing list