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 73f8fbf commit f27011dCopy full SHA for f27011d
clang/lib/Driver/ToolChains/SYCL.h
@@ -334,15 +334,16 @@ class LLVM_LIBRARY_VISIBILITY SYCLToolChain : public ToolChain {
334
335
SanitizerMask getSupportedSanitizers() const override;
336
337
+ const ToolChain &HostTC;
338
+ const bool IsSYCLNativeCPU;
339
+
340
+ SYCLInstallationDetector SYCLInstallation;
341
342
protected:
343
Tool *buildBackendCompiler() const override;
344
Tool *buildLinker() const override;
345
346
private:
- const ToolChain &HostTC;
- const bool IsSYCLNativeCPU;
- SYCLInstallationDetector SYCLInstallation;
-
347
void TranslateGPUTargetOpt(const llvm::opt::ArgList &Args,
348
llvm::opt::ArgStringList &CmdArgs,
349
llvm::opt::OptSpecifier Opt_EQ) const;
0 commit comments