[PATCH] D101095: [clang][amdgpu] Use implicit code object version
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 23 15:04:06 PDT 2021
yaxunl accepted this revision.
yaxunl added a comment.
This revision is now accepted and ready to land.
I talked with Tony about the code object version arguments of clang. In general we think we should move toward the direction of clang being agnostic about code object version and let backend decide which code object version to use. This patch is in line with the direction we are moving towards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101095/new/
https://reviews.llvm.org/D101095
More information about the cfe-commits
mailing list