Skip to content

Commit c99786f

Browse files
committed
Resolve clang-format concerns
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 6fb9973 commit c99786f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
62446244
// Enable generation of USM address spaces for FPGA.
62456245
// __ENABLE_USM_ADDR_SPACE__ will be used during compilation of SYCL headers
62466246
if (getToolChain().getTriple().getSubArch() ==
6247-
llvm::Triple::SPIRSubArch_fpga)
6247+
llvm::Triple::SPIRSubArch_fpga)
62486248
CmdArgs.push_back("-D__ENABLE_USM_ADDR_SPACE__");
62496249
}
62506250

@@ -7709,7 +7709,7 @@ void SPIRVTranslator::ConstructJob(Compilation &C, const JobAction &JA,
77097709
// supposed to be enabled only for FPGA hardware.
77107710
std::string ExtArg("-spirv-ext=+all,-SPV_INTEL_usm_storage_classes");
77117711
if (getToolChain().getTriple().getSubArch() ==
7712-
llvm::Triple::SPIRSubArch_fpga) {
7712+
llvm::Triple::SPIRSubArch_fpga) {
77137713
for (auto *A : TCArgs) {
77147714
if (A->getOption().matches(options::OPT_Xs_separate) ||
77157715
A->getOption().matches(options::OPT_Xs)) {

0 commit comments

Comments
 (0)