Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Address review feedback.
lld/ELF/Arch/AMDGPU.cpp | ||
---|---|---|
109 | But thats only if emulation is supported? And amdgpu emulation is not supported. Otherwise, how will lld determine its an amdgpu arch with objectFiles being empty? I can change it to if (objectFiles.empty()) return 0; But I wont be able to add a test without adding emulation support for amdgpu. |
(retXnack == EF_AMDGPU_FEATURE_XNACK_UNSUPPORTED_V4) =>
retXnack == EF_AMDGPU_FEATURE_XNACK_UNSUPPORTED_V4
ditto for tothers