[all-commits] [llvm/llvm-project] e7175b: [HIP] do not link runtime for -r (#85675)
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Tue Mar 19 20:04:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7175b07047d1ba7b012f811064091f12ebf8a40
https://github.com/llvm/llvm-project/commit/e7175b07047d1ba7b012f811064091f12ebf8a40
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2024-03-19 (Tue, 19 Mar 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/hip-partial-link.hip
M clang/test/Driver/hip-runtime-libs-linux.hip
Log Message:
-----------
[HIP] do not link runtime for -r (#85675)
since it will cause duplicate symbols when the partially linked object
is linked again.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list