Skip to content

Commit dc5b928

Browse files
Fix extra lines.
1 parent 01a14c2 commit dc5b928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,10 +1281,9 @@ void Driver::CreateOffloadingDeviceToolChains(Compilation &C,
12811281
if (!Arch.empty())
12821282
DerivedArchs[DeviceTriple.getTriple()].insert(Arch);
12831283
}
1284-
12851284
if (!SYCLTriples.empty()) {
12861285
for (const auto &SYCLTriple : SYCLTriples) {
1287-
llvm::Triple Triple(MakeSYCLDeviceTriple(SYCLTriple.getKey()));
1286+
llvm::Triple Triple(SYCLTriple.getKey());
12881287
UniqueSYCLTriplesVec.push_back(Triple);
12891288
}
12901289
}

0 commit comments

Comments
 (0)