commit | e43918b4caf8de881cb24a0a7494e086202cff34 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Mon Sep 25 15:12:14 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Sep 25 16:06:36 2023 -0400 |
tree | 5712d13ab722a6914ed2e5433eaa7739034f6cca | |
parent | 479450512253e904c077c5e77fc04bc916466930 [diff] |
HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators Following commit 6377a43814 (CUDA: Support response files with nvcc, 2022-06-01, v3.25.0-rc1~636^2), while determining the compiler ABI, do not use response files, so that we can extract implicit link flags. Fixes: #25272