Skip to content

Commit e6b6acd

Browse files
committed
Minor change
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 364a0b8 commit e6b6acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11054,7 +11054,7 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1105411054
TC->getTriple().getSubArch() == llvm::Triple::NoSubArch) {
1105511055
TargetTriple = TC->getTriple();
1105611056
SmallVector<std::string, 8> SYCLDeviceLibs;
11057-
auto IsSPIR = TargetTriple.isSPIROrSPIRV();
11057+
bool IsSPIR = TargetTriple.isSPIROrSPIRV();
1105811058
bool IsSpirvAOT = TargetTriple.isSPIRAOT();
1105911059
bool UseJitLink =
1106011060
IsSPIR &&

0 commit comments

Comments
 (0)