Skip to content

Commit f27011d

Browse files
committed
Fix conflict resolution in SYCL.h
1 parent 73f8fbf commit f27011d

File tree

1 file changed

+5
-4
lines changed
  • clang/lib/Driver/ToolChains

1 file changed

+5
-4
lines changed

clang/lib/Driver/ToolChains/SYCL.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,16 @@ class LLVM_LIBRARY_VISIBILITY SYCLToolChain : public ToolChain {
334334

335335
SanitizerMask getSupportedSanitizers() const override;
336336

337+
const ToolChain &HostTC;
338+
const bool IsSYCLNativeCPU;
339+
340+
SYCLInstallationDetector SYCLInstallation;
341+
337342
protected:
338343
Tool *buildBackendCompiler() const override;
339344
Tool *buildLinker() const override;
340345

341346
private:
342-
const ToolChain &HostTC;
343-
const bool IsSYCLNativeCPU;
344-
SYCLInstallationDetector SYCLInstallation;
345-
346347
void TranslateGPUTargetOpt(const llvm::opt::ArgList &Args,
347348
llvm::opt::ArgStringList &CmdArgs,
348349
llvm::opt::OptSpecifier Opt_EQ) const;

0 commit comments

Comments
 (0)