[PATCH] D98746: [clang][amdgpu] Use implicit code object default
Tony Tye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 16 19:42:27 PDT 2021
t-tye added a comment.
I vaguely remember that clang needed to know what code object it was going to request as it used that to either validate other options, or change the format of other passed cc1 options. If that is true, then I am not sure the defaulting approach works as clang will not know what the backend will be defaulting to. @yaxunl can you remember this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98746/new/
https://reviews.llvm.org/D98746
More information about the cfe-commits
mailing list