[PATCH] D145941: [Clang] Always use -zdefs when linking AMDGPU images
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 08:27:30 PDT 2023
jhuber6 added a comment.
This can be turned off with `-zundefs`. So we could instruct people to use `-Wl,-zundefs` or `-Xoffload-linker -zundefs` if the old behavior is desired.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145941/new/
https://reviews.llvm.org/D145941
More information about the cfe-commits
mailing list