We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4173f2e commit 56c4c38Copy full SHA for 56c4c38
clang/lib/Driver/Driver.cpp
@@ -716,7 +716,6 @@ void Driver::CreateOffloadingDeviceToolChains(Compilation &C,
716
C.addOffloadDeviceToolChain(CudaTC, OFK);
717
} else if (IsHIP) {
718
const ToolChain *HostTC = C.getSingleOffloadToolChain<Action::OFK_Host>();
719
- const llvm::Triple &HostTriple = HostTC->getTriple();
720
auto OFK = Action::OFK_HIP;
721
llvm::Triple HIPTriple = getHIPOffloadTargetTriple();
722
// Use the HIP and host triples as the key into
0 commit comments